From dfa116912098c824a040d49a69f77604b55214ea Mon Sep 17 00:00:00 2001 From: jansupol Date: Tue, 22 Mar 2022 21:38:25 +0100 Subject: [PATCH] Update MP Config version 3.0 Signed-off-by: jansupol --- ext/microprofile/mp-config/pom.xml | 36 ++++++++++++---- ext/microprofile/mp-rest-client/pom.xml | 10 +---- pom.xml | 11 +++-- .../microprofile/config/helidon/pom.xml | 43 +++++++++++++------ .../microprofile/rest-client-tck/pom.xml | 6 +-- .../microprofile/rest-client/pom.xml | 4 +- 6 files changed, 74 insertions(+), 36 deletions(-) diff --git a/ext/microprofile/mp-config/pom.xml b/ext/microprofile/mp-config/pom.xml index bffe705a15..97451e71b7 100644 --- a/ext/microprofile/mp-config/pom.xml +++ b/ext/microprofile/mp-config/pom.xml @@ -67,14 +67,6 @@ junit test - - - io.helidon.microprofile.config - helidon-microprofile-config - ${helidon.version} - test - - @@ -133,6 +125,34 @@ + + smallrye-dependency + + [1.8,17) + + + + io.smallrye.config + smallrye-config + ${smallrye.config.version} + test + + + + + helidon-config-dependency + + [17,) + + + + io.helidon.microprofile.config + helidon-microprofile-config + ${helidon.config.version} + test + + + diff --git a/ext/microprofile/mp-rest-client/pom.xml b/ext/microprofile/mp-rest-client/pom.xml index 553e1b21b8..4a60f3213e 100644 --- a/ext/microprofile/mp-rest-client/pom.xml +++ b/ext/microprofile/mp-rest-client/pom.xml @@ -32,18 +32,12 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-api - 3.0 - - - org.testng - testng - - + ${microprofile.rest.client.version} org.eclipse.microprofile.config microprofile-config-api - 1.3 + ${microprofile.config.version} org.glassfish.jersey.core diff --git a/pom.xml b/pom.xml index e55a8244a2..d50aee8150 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.7 org.glassfish.jersey @@ -2087,7 +2087,6 @@ 1.68 3.3.2 - 2.0 3.1.0 8.28 3.3 @@ -2099,9 +2098,15 @@ 1.9.59 1.16 + + 3.0 + 3.0 + 3.0.0-M1 + 3.0.0-RC1 + + 18.0 1.3 - 1.0.3 1.6 org.glassfish.hk2.*;version="[2.5,4)" org.jvnet.hk2.*;version="[2.5,4)" diff --git a/tests/integration/microprofile/config/helidon/pom.xml b/tests/integration/microprofile/config/helidon/pom.xml index 1b516c3a09..4252efc714 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml @@ -41,18 +41,6 @@ jersey-mp-config test - - io.helidon.config - helidon-config - ${helidon.version} - test - - - io.helidon.microprofile.config - helidon-microprofile-config - ${helidon.version} - test - org.glassfish.jersey.test-framework jersey-test-framework-core @@ -89,4 +77,35 @@ + + + smallrye-dependency + + [1.8,17) + + + + io.smallrye.config + smallrye-config + ${smallrye.config.version} + test + + + + + helidon-config-dependency + + [17,) + + + + io.helidon.microprofile.config + helidon-microprofile-config + ${helidon.config.version} + test + + + + + diff --git a/tests/integration/microprofile/rest-client-tck/pom.xml b/tests/integration/microprofile/rest-client-tck/pom.xml index c05cb9968a..14e233474a 100644 --- a/tests/integration/microprofile/rest-client-tck/pom.xml +++ b/tests/integration/microprofile/rest-client-tck/pom.xml @@ -56,9 +56,9 @@ 4.0.1 - io.smallrye + io.smallrye.config smallrye-config - 1.3.6 + ${smallrye.config.version} test @@ -70,7 +70,7 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-tck - 3.0 + ${microprofile.rest.client.version} test diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index 7c0c31762c..bce2a0da56 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml @@ -47,9 +47,9 @@ test - io.smallrye + io.smallrye.config smallrye-config - 1.3.6 + ${smallrye.config.version} test