aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 8ec039d8..657973f6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>war</packaging>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.13-SNAPSHOT</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
</description>
@@ -185,7 +185,11 @@
<scope>provided</scope>
</dependency>
<!-- /Development -->
-
+ <!-- <dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast-client</artifactId>
+ <version>3.7.1</version>
+ </dependency> -->
<!-- Logging -->
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -341,7 +345,7 @@
<dependency>
<groupId>com.owlike</groupId>
<artifactId>genson</artifactId>
- <version>0.99</version>
+ <version>1.3</version>
</dependency>
</dependencies>