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 --- feature-simulators/pom.xml | 98 +++++++++++++++++++++++++--------------------- policy-management/pom.xml | 9 +---- pom.xml | 4 +- 3 files changed, 55 insertions(+), 56 deletions(-) diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index b942b97c..3a0066fe 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -3,13 +3,14 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -17,47 +18,54 @@ limitations under the License. ============LICENSE_END========================================================= --> - - - - 4.0.0 - - - org.onap.policy.drools-pdp - drools-pdp - 1.6.0-SNAPSHOT - - - feature-simulators - - feature-simulators - - - 1.8 - 1.8 - - - - - junit - junit - test - - - org.mockito - mockito-core - 2.13.0 - test - - - org.onap.policy.common - policy-endpoints - ${policy.common.version} - - - org.onap.policy.drools-pdp - policy-utils - ${project.version} - - + + + + 4.0.0 + + + org.onap.policy.drools-pdp + drools-pdp + 1.6.0-SNAPSHOT + + + feature-simulators + + feature-simulators + + + 1.8 + 1.8 + + + + + junit + junit + test + + + org.mockito + mockito-core + 2.13.0 + test + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + + + org.onap.policy.drools-pdp + policy-utils + ${project.version} + + + org.glassfish.jersey.inject + jersey-hk2 + test + + + 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} diff --git a/pom.xml b/pom.xml index b61cbb8c..33ded109 100644 --- a/pom.xml +++ b/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. @@ -57,7 +58,6 @@ reuseReports - 2.25.1 2.4.0 5.2.10.Final 5.0.1.Final @@ -109,12 +109,10 @@ org.glassfish.jersey.containers jersey-common - ${jersey.version} org.glassfish.jersey.containers jersey-container-servlet-core - ${jersey.version} org.hibernate -- cgit 1.2.3-korg