From 89b8fe5274faa8cba3030ee31fba9bf32de02dd0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 1 Nov 2019 11:21:54 +0000 Subject: Add common Jersey version Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: I8554a97e9f13887418118966bfe1043b65d9a179 Signed-off-by: liamfallon --- policy-endpoints/pom.xml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index d37cf5ac..334e152d 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -36,9 +37,7 @@ Endpoints - 1.5.18 1.2.1-oss - 2.9.5 4.5.5 4.4.4 @@ -113,37 +112,26 @@ org.glassfish.jersey.core jersey-server - ${jersey.version} org.glassfish.jersey.containers jersey-container-servlet-core - ${jersey.version} org.glassfish.jersey.containers jersey-container-jetty-http - ${jersey.version} - - - org.eclipse.jetty - jetty-util - - org.glassfish.jersey.core jersey-client - ${jersey.version} org.glassfish.jersey.core jersey-common - ${jersey.version} @@ -154,7 +142,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} @@ -207,6 +194,12 @@ test + + org.glassfish.jersey.inject + jersey-hk2 + test + + com.openpojo openpojo -- cgit 1.2.3-korg