diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml index 4213d8ab..55be44b8 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 d0e522ec..24dd902a 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 079dac84..f75957f8 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 75255bad..7c961912 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 7ade571f..79ce725a 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 + + + +