diff options
author | saul.gill <saul.gill@est.tech> | 2023-08-10 16:58:48 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-08-14 10:01:07 +0100 |
commit | c1794ff92134dab997a11b608d2fc5073a7c8b94 (patch) | |
tree | 4e2526d55b41c9b991011392bab807d8bd890f4b /testsuites/performance/performance-benchmark-test/pom.xml | |
parent | 48a6922f4ce17846ee9f6cd74253ed6be740a29b (diff) |
Java 17 Upgrade
Updated dependencies to latest versions
Made Java 17 changes
Moved all version numbers to main apex pom
Issue-ID: POLICY-4675
Change-Id: Ia0c17f17ef1e536bbfddd5f488ed9510a557842f
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'testsuites/performance/performance-benchmark-test/pom.xml')
-rw-r--r-- | testsuites/performance/performance-benchmark-test/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index 96aa41909..c018b7328 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -39,6 +39,7 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> + <version>${version.jersey.container}</version> </dependency> <dependency> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> @@ -91,7 +92,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> |