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 --- .../performance/performance-benchmark-test/pom.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'testsuites/performance/performance-benchmark-test/pom.xml') diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index 96aa41909..09c8d125a 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -20,12 +20,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.performance apex-performance - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT performance-benchmark-test @@ -39,6 +39,7 @@ org.glassfish.jersey.containers jersey-container-grizzly2-http + ${version.jersey} org.onap.policy.apex-pdp.testsuites.integration @@ -89,16 +90,11 @@ ${project.version} test - - org.mockito - mockito-all - test - - + org.apache.maven.plugins maven-dependency-plugin @@ -138,7 +134,7 @@ - + only-eclipse @@ -164,7 +160,7 @@ - + -- cgit 1.2.3-korg