diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-01 12:01:13 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-01 15:18:37 +0000 |
commit | eb70ba3f0dfd53defda57c8cf7dcd8d4782a00f1 (patch) | |
tree | 3fd19eac58a4ca07e8deb00e69572476199f255c /pom.xml | |
parent | 22d809932188b8b16dc48b2de76cd67f5542be88 (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 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 @@ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <!-- Project common dependency versions --> - <jersey.version>2.25.1</jersey.version> <json.path.version>2.4.0</json.path.version> <hibernate.core.version>5.2.10.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> @@ -109,12 +109,10 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-common</artifactId> - <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> - <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> |