diff options
author | Thomas Nelson <nelson24@att.com> | 2018-10-17 01:54:37 -0400 |
---|---|---|
committer | Thomas Nelson <nelson24@att.com> | 2018-10-17 01:54:37 -0400 |
commit | 9545cc70a4e86943ada2013027e91382eba3dfb6 (patch) | |
tree | 13d58e26f0626b2cefaacdf8261a3c49ace0444a /pom.xml | |
parent | 4a0526db85bc28e3e10c9a0ee98474a24e3dcb4a (diff) |
Update pom and other files to fix bug in MUSIC
Change-Id: Ic6086b40a2dd41b15b028cd0ddb7c62df7175682
Issue-ID: MUSIC-147
Signed-off-by: Thomas Nelson <nelson24@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>war</packaging> - <version>3.0.22</version> + <version>3.0.23</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -190,6 +190,7 @@ <artifactId>hazelcast-client</artifactId> <version>3.7.1</version> </dependency> --> + <!-- Logging --> <dependency> <groupId>ch.qos.logback</groupId> @@ -338,11 +339,11 @@ <artifactId>jbcrypt</artifactId> <version>0.4</version> </dependency> - <dependency> + <!-- <dependency> <groupId>com.owlike</groupId> <artifactId>genson</artifactId> <version>1.3</version> - </dependency> + </dependency> --> </dependencies> |