diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml index 4213d8ab1..55be44b87 100644 --- a/client/deployment/pom.xml +++ b/client/deployment/pom.xml @@ -139,15 +139,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml index d0e522ec6..24dd902af 100644 --- a/client/runtime/pom.xml +++ b/client/runtime/pom.xml @@ -83,15 +83,24 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + + maven-jar-plugin diff --git a/pom.xml b/pom.xml index 079dac84f..f75957f8e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 17 UTF-8 UTF-8 - 3.13.3 + 3.14.2 1.1.1.Final 3.26.2 3.26.3 diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml index 75255bad6..7c9619120 100755 --- a/server/deployment/pom.xml +++ b/server/deployment/pom.xml @@ -27,15 +27,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 7ade571f1..79ce725a3 100755 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -44,15 +44,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + +