diff options
author | 2019-06-04 12:49:02 -0400 | |
---|---|---|
committer | 2019-06-04 12:49:02 -0400 | |
commit | cfafbab668d174714fefd86d70907a089f62395b (patch) | |
tree | 7f7bcb3ccccca051ca2a389bebcace5b9e783461 /jar/pom.xml | |
parent | 95ecf188d200cfe9140423986a5577c1871a2acf (diff) |
Fix vulnerability in code where password is
being exposed in logs.
Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I5af16bf25a967ae27875b8c42cf746c3fa857a27
Diffstat (limited to 'jar/pom.xml')
-rwxr-xr-x | jar/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jar/pom.xml b/jar/pom.xml index 03b1ef3a..c4e4294f 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.8</version> + <version>2.5.9</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -44,6 +44,7 @@ <jaxrs.version>2.0.1</jaxrs.version> <cassandra.version>3.4.0</cassandra.version> <zookeeper.version>3.4.11</zookeeper.version> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |