Upgrade dmaap client 89/66189/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 12 Sep 2018 18:02:56 +0000 (14:02 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 12 Sep 2018 18:03:02 +0000 (14:03 -0400)
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>
BRMSGateway/pom.xml
PolicyEngineUtils/pom.xml
pom.xml

index 2a3ad50..4071eac 100644 (file)
@@ -77,7 +77,6 @@
         <dependency>
             <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
             <artifactId>dmaapClient</artifactId>
-            <version>${dmaap.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
index f263bf9..f4bb5a0 100644 (file)
         <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>
diff --git a/pom.xml b/pom.xml
index e8016a3..1cddd32 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@
 
         <!-- Project common dependency versions -->
         <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version>
-        <dmaap.version>1.1.3</dmaap.version>
         <httpclient.version>4.5.5</httpclient.version>
         <jackson.version>2.9.4</jackson.version>
         <commons.fileupload.version>1.3.3</commons.fileupload.version>