diff options
author | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-17 15:02:28 +0000 |
---|---|---|
committer | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-17 15:02:28 +0000 |
commit | 62f66f825047b214fe5c79ba15b202fc322e2c07 (patch) | |
tree | bd207496d6c0ec08ec6a70477538842fbefb88f1 /jar | |
parent | e49ff54ef8cd2162cdc01c9a9ed69a8e6d6a51e1 (diff) |
Update Version to Snapshot and
Update lbcrypt library to new versionZ
Issue-ID: MUSIC-406
Change-Id: I14a81b89287c90a2c91a0f4ef09675a348aef67a
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Diffstat (limited to 'jar')
-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> |