diff options
author | Magnusen, Drew (dm741q) <dm741q@att.com> | 2017-11-21 12:03:01 -0600 |
---|---|---|
committer | Drew Magnusen <dm741q@att.com> | 2017-11-29 14:42:00 +0000 |
commit | 4d8201836d182ffdb04423a518cdd4b209d279e4 (patch) | |
tree | 01da43d9e851b2fb76b69d1e261145792b314238 | |
parent | 5574639015d8316696a0964c6f2f842679e4bc36 (diff) |
Modified dmaapClient dependency GroupId/Version
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>
-rw-r--r-- | BRMSGateway/pom.xml | 4 | ||||
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineUtils/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 223f9007f..1b33f0eb8 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -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> diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index b48a14ece..bb617235a 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -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> diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 2e1b869c7..a3c81601f 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -124,9 +124,9 @@ <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> @@ -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> |