Modified dmaapClient dependency GroupId/Version 39/24739/2
authorMagnusen, Drew (dm741q) <dm741q@att.com>
Tue, 21 Nov 2017 18:03:01 +0000 (12:03 -0600)
committerDrew Magnusen <dm741q@att.com>
Wed, 29 Nov 2017 14:42:00 +0000 (14:42 +0000)
Changed GroupId of dmaapClient deendency to
org.onap.dmaap.messagerouter.mirroragent.

Created a dmaap.version property in root pom and assigned it a value of
1.0.0.

Issue-ID: POLICY-370
Change-Id: I6846f930783a65e4fc0f5afb6b9f832a972477bb
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
BRMSGateway/pom.xml
ONAP-PAP-REST/pom.xml
PolicyEngineUtils/pom.xml
pom.xml

index 223f900..1b33f0e 100644 (file)
@@ -83,9 +83,9 @@
                        </exclusions>
                </dependency>
                <dependency>
-                       <groupId>com.att.nsa</groupId>
+                       <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
                        <artifactId>dmaapClient</artifactId>
-                       <version>0.2.12</version>
+                       <version>${dmaap.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>
index b48a14e..bb61723 100644 (file)
@@ -76,7 +76,7 @@
                                        <artifactId>json</artifactId>
                                </exclusion>
                                <exclusion>
-                                       <groupId>com.att.nsa</groupId>
+                                       <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
                                        <artifactId>dmaapClient</artifactId>
                                </exclusion>
                                <exclusion>
index 2e1b869..a3c8160 100644 (file)
                        <version>3.1.200</version>
                </dependency>
                <dependency>
-                       <groupId>com.att.nsa</groupId>
+                       <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
                        <artifactId>dmaapClient</artifactId>
-                       <version>0.2.12</version>
+                       <version>${dmaap.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index cc076f1..15f5baf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
                <releases.path>content/repositories/releases/</releases.path>
                <snapshots.path>content/repositories/snapshots/</snapshots.path>
                <staging.path>content/repositories/staging/</staging.path>
+               <dmaap.version>1.0.0</dmaap.version>
        </properties>