Merge "Update to support Encrypted password"
[music.git] / jar / pom.xml
index 9165283..9fc8ff3 100644 (file)
@@ -25,7 +25,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>jar</packaging>
-    <version>2.5.11</version>
+    <version>2.5.7</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
             <artifactId>jbcrypt</artifactId>
             <version>0.4</version>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
+               <dependency>
+                   <groupId>commons-codec</groupId>
+                   <artifactId>commons-codec</artifactId>
+                   <version>1.9</version>
+               </dependency>
+        <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
+               <dependency>
+                   <groupId>org.apache.commons</groupId>
+                   <artifactId>commons-lang3</artifactId>
+                   <version>3.0</version>
+               </dependency>
+
     </dependencies>
 
     <reporting>