diff --git a/ext/microprofile/mp-config/pom.xml b/ext/microprofile/mp-config/pom.xml index bffe705a15f..7afb40092d3 100644 --- a/ext/microprofile/mp-config/pom.xml +++ b/ext/microprofile/mp-config/pom.xml @@ -71,7 +71,7 @@ io.helidon.microprofile.config helidon-microprofile-config - ${helidon.version} + ${helidon.config.version} test diff --git a/pom.xml b/pom.xml index e55a8244a20..dc08341772b 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,7 @@ 1.68 3.3.2 - 2.0 + 3.0 3.1.0 8.28 3.3 @@ -2101,7 +2101,7 @@ 18.0 1.3 - 1.0.3 + 3.0.0-M1 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 1b516c3a093..7cecda13e4b 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml @@ -41,18 +41,17 @@ jersey-mp-config test - - io.helidon.config - helidon-config - ${helidon.version} - test - io.helidon.microprofile.config helidon-microprofile-config - ${helidon.version} + ${helidon.config.version} test + + + + + org.glassfish.jersey.test-framework jersey-test-framework-core