aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-02 11:04:27 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-03-02 11:06:06 -0500
commit0c2666e7edc393be61f73b6317cc4b3e33c51ba8 (patch)
tree469ea16f1ddad7be1aff28aa2ee73b246b1c320d
parentc11d90593b95f03f4b555af0c10ddf3bb2b262c1 (diff)
Upgrade MSB client for security issues
Via LiZi, the MSB team has made some changes to resolve their CLM security issues. We will upgrade to their release version when they have completed that work. Issue-ID: POLICY-615 Change-Id: I7ccc0e0f14d4d8ae8b6852275308b1aad62acaa3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--controlloop/common/msb/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/msb/pom.xml b/controlloop/common/msb/pom.xml
index 1a839263f..fcd8df118 100644
--- a/controlloop/common/msb/pom.xml
+++ b/controlloop/common/msb/pom.xml
@@ -16,7 +16,7 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>