diff options
-rwxr-xr-x | jar/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/jar/pom.xml b/jar/pom.xml index c4e4294f..683ffb3c 100755 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -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> @@ -334,10 +334,15 @@ <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> |