diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 14:02:56 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 14:03:02 -0400 |
commit | 8d0fed3d029a9e64a6bb97eb539da7dcb27bcc3b (patch) | |
tree | 0bca7445d284fbfdcab0a31f86c8855899d6231e /PolicyEngineUtils/pom.xml | |
parent | 7614ce4634486cea3898ff9328626f69196687cc (diff) |
Upgrade dmaap client
Upgrading to dmaap 1.1.8 for Casablanca. Hoping they have
removed some license issues.
Also, policy/parent has the version property definition
now because this dependency is shared across multiple repos.
Issue-ID: POLICY-1116
Change-Id: I6ffe7b7cf4b46b12b3ec8d534a58f0be40bb97b9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index f263bf98b..f4bb5a09d 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -113,12 +113,15 @@ <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> - <version>${dmaap.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>com.att.aft</groupId> + <artifactId>dme2</artifactId> + </exclusion> </exclusions> </dependency> </dependencies> |