From a3a032d5b902c3e125dccd2bc2b41f22861decc1 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 10 Aug 2023 16:58:48 +0100 Subject: Java 17 Upgrade Updated dependencies to latest versions Made Java 17 changes Moved apex dependencies versions to main apex pom Issue-ID: POLICY-4675 Change-Id: Ia5cd5670a1f024f5402cbd7371162ce3313930ef Signed-off-by: adheli.tavares --- .../integration/integration-uservice-test/pom.xml | 51 +++++++++------------- 1 file changed, 21 insertions(+), 30 deletions(-) (limited to 'testsuites/integration/integration-uservice-test/pom.xml') diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 1e1c6f7da..8f1207cca 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -22,12 +22,12 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.apex-pdp.testsuites.integration apex-integration - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT integration-uservice-test @@ -127,17 +127,6 @@ kafka-junit4 ${version.kafka-junit4} test - - - - io.netty - * - - - log4j - log4j - - org.apache.zookeeper @@ -145,14 +134,10 @@ ${version.zookeeper} test - - - io.netty - * - + org.slf4j - slf4j-log4j12 + slf4j-reload4j @@ -162,33 +147,39 @@ netty-all - org.apache.activemq.tooling - activemq-junit - ${version.activemq} + org.apache.activemq + artemis-core-client + ${version.artemis} test org.apache.activemq - activemq-broker - ${version.activemq} + artemis-jakarta-client + ${version.artemis} test org.apache.activemq - activemq-jaas - ${version.activemq} + artemis-server + ${version.artemis} test - org.awaitility - awaitility + jakarta.jms + jakarta.jms-api + ${version.jms} test + + com.fasterxml.jackson.core + jackson-databind + ${version.jackson-databind} + - + org.apache.maven.plugins maven-dependency-plugin @@ -254,7 +245,7 @@ - + -- cgit 1.2.3-korg