Merge "Update Version to Snapshot and"
authorThomas Nelson <nelson24@att.com>
Wed, 19 Jun 2019 14:37:14 +0000 (14:37 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 19 Jun 2019 14:37:14 +0000 (14:37 +0000)
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>