aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-03-18 15:05:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-18 15:05:59 +0000
commitc3b32d4f9e681115e061b5d3a907363a346b1f40 (patch)
tree5b9b51dd326232cade075483e042271bc88264ce /pom.xml
parent8609757625321ee22372d7b918f9fc145ef8ef3e (diff)
parent67da04ebd086a4e79c9f9acf4d1084729306b2d6 (diff)
Merge "CLM Changes"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a5977c68..61891aac 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>war</packaging>
- <version>2.4.18</version>
+ <version>2.4.20</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
</description>
@@ -40,9 +40,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jersey1.version>1.19</jersey1.version>
+ <jersey2.version>2.25.1</jersey2.version>
<jaxrs.version>2.0.1</jaxrs.version>
- <cassandra.version>3.2.0</cassandra.version>
- <zookeeper.version>3.4.6</zookeeper.version>
+ <cassandra.version>3.4.0</cassandra.version>
+ <zookeeper.version>3.4.11</zookeeper.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -313,7 +314,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey-jaxrs</artifactId>
- <version>1.5.8</version>
+ <version>1.5.18</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>