diff options
author | Nelson, Thomas (tn1381) <tn1381@att.com> | 2018-08-20 04:45:13 +0000 |
---|---|---|
committer | Nelson, Thomas (tn1381) <tn1381@att.com> | 2018-08-20 04:45:13 +0000 |
commit | 0d2f003049e562354fda88729dbab70f46daa25f (patch) | |
tree | 886cceb97a030a13d6d5fe586cb80dca377443cf /pom.xml | |
parent | 1dbff4199663796788e5658c0eec33b2faade59d (diff) |
Update swagger.json and other updates.
Change-Id: I84753300e64ba82072e65ef1bde2cb76771ee046
Issue-ID: MUSIC-97
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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> |