From eb70ba3f0dfd53defda57c8cf7dcd8d4782a00f1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 1 Nov 2019 12:01:13 +0000 Subject: Add common Jersey version Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: Iab5a62475eb73b5e4db8a02cfa029002a7f5f8ea Signed-off-by: liamfallon --- policy-management/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'policy-management/pom.xml') diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 5ddab338..00d09766 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -4,6 +4,7 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017-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. @@ -197,18 +198,11 @@ org.glassfish.jersey.core jersey-server - ${jersey.version} - - - - org.glassfish.jersey.containers - jersey-container-servlet-core org.glassfish.jersey.containers jersey-container-jetty-http - ${jersey.version} org.eclipse.jetty @@ -225,7 +219,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} -- cgit 1.2.3-korg