aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-11-01 12:01:13 +0000
committerliamfallon <liam.fallon@est.tech>2019-11-01 15:18:37 +0000
commiteb70ba3f0dfd53defda57c8cf7dcd8d4782a00f1 (patch)
tree3fd19eac58a4ca07e8deb00e69572476199f255c /policy-management/pom.xml
parent22d809932188b8b16dc48b2de76cd67f5542be88 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r--policy-management/pom.xml9
1 files changed, 1 insertions, 8 deletions
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 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
- <version>${jersey.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-container-servlet-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
- <version>${jersey.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
@@ -225,7 +219,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
</dependency>
<dependency>