Update Version to Snapshot and 18/90018/1
authorNelson, Thomas (tn1381) <tn1381@att.com>
Mon, 17 Jun 2019 15:02:28 +0000 (15:02 +0000)
committerNelson, Thomas (tn1381) <tn1381@att.com>
Mon, 17 Jun 2019 15:02:28 +0000 (15:02 +0000)
Update lbcrypt library to new versionZ

Issue-ID: MUSIC-406

Change-Id: I14a81b89287c90a2c91a0f4ef09675a348aef67a
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
jar/pom.xml

index c4e4294..683ffb3 100755 (executable)
@@ -25,7 +25,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>jar</packaging>
-    <version>2.5.9</version>
+    <version>2.5.9-SNAPSHOT</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
             <version>19.0</version>
         </dependency>
         <dependency>
+            <groupId>de.svenkubiak</groupId>
+            <artifactId>jBCrypt</artifactId>
+            <version>0.4.1</version>
+        </dependency>
+       <!-- <dependency>
             <groupId>org.mindrot</groupId>
             <artifactId>jbcrypt</artifactId>
             <version>0.4</version>
-        </dependency>
+        </dependency>-->
         <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
         <dependency>
             <groupId>commons-codec</groupId>