summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-10-01 01:00:28 -0500
committerVarun Gudisena <vg411h@att.com>2017-10-01 01:01:11 -0500
commit6ec0f07593d56bc0d504b13ddd1e12b42159014f (patch)
tree2649328e9a334762806922c5584f8867e2df973e
parent41c674861af83829915868d1be83b508b1b15a02 (diff)
Fix docker image
Update msgrtr jar version Issue-Id: DMAAP-151 Change-Id: I833678a767cbba0b334581129c7b28e8ec3f0b65 Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 90c38e4..27154a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,9 +362,9 @@
<version>1.3.2</version>
</dependency>
<dependency>
- <groupId>com.att.nsa</groupId>
- <artifactId>msgrtr</artifactId>
- <version>0.0.5</version>
+ <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
+ <artifactId>msgrtr</artifactId>
+ <version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>