From 88655d6d032cca9728e9e0b617dda74c2e4c0a46 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 10 Sep 2024 09:08:36 +0200 Subject: [PATCH] Bump vertx5-parent to 4 and adjust compiler processor configuration --- pom.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ad8fece..dd8fec6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.vertx vertx5-parent - 3 + 4 vertx-camel-bridge @@ -34,6 +34,7 @@ + @@ -69,12 +70,17 @@ io.vertx - vertx-codegen + vertx-codegen-api + true + + + io.vertx + vertx-codegen-json true io.vertx - vertx-docgen + vertx-docgen-api true @@ -160,12 +166,19 @@ default-compile - compile - - io.vertx.codegen.CodeGenProcessor - io.vertx.docgen.JavaDocGenProcessor - + + + io.vertx + vertx-codegen + processor + + + io.vertx + vertx-docgen-processor + processor + +