summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-11-01 11:47:21 +0000
committerliamfallon <liam.fallon@est.tech>2019-11-01 15:08:41 +0000
commit4171256446af0144c56b4f6016c7b9f748b9061d (patch)
tree69e1e0e15a3b716a56821a21b2a5b29ac84ba3a9 /pom.xml
parent82da1e9fa73e6a19455ea979bbf084aeed43af90 (diff)
Add common Jersey version
Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: I6282bc9938cbb63ddf3bf85e488f7b6be0dbdfc3 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 802421b02..5533cddf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -43,7 +43,6 @@
<file.encoding>UTF-8</file.encoding>
<version.commons-cli>1.4</version.commons-cli>
<version.kafka>2.3.0</version.kafka>
- <version.jersey>2.26</version.jersey>
<version.hibernate>5.3.7.Final</version.hibernate>
<version.policy.common>1.6.0-SNAPSHOT</version.policy.common>
<version.policy.models>2.2.0-SNAPSHOT</version.policy.models>