aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-12 13:55:51 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-12 13:55:58 -0400
commitf04b96bd4ccf9055fcfd2e9e9e508448594ade5f (patch)
treeeba63c6f9dc1fb68ce788d831a0a9ef5ee9d04b9
parentcf282dd15ce391eed832063aea956a8d55521278 (diff)
Upgrade dmaap from policy/parent
Need the following gerrit review to come in first: https://gerrit.onap.org/r/#/c/66183/ This will now inherit from policy/parent the latest dmaap version to be used across all policy projects. Issue-ID: POLICY-1116 Change-Id: If76895e54d56d153621947da01ca6de2151ead25 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--policy-endpoints/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 03b3d59a..331ea183 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -37,7 +37,6 @@
<properties>
<jetty.version>9.3.24.v20180605</jetty.version>
<jersey.swagger.version>1.5.18</jersey.swagger.version>
- <dmaap.version>1.1.3</dmaap.version>
<cambria.version>1.2.1-oss</cambria.version>
<jersey.version>2.25.1</jersey.version>
<jackson.version>2.9.5</jackson.version>
@@ -73,7 +72,6 @@
<dependency>
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
<artifactId>dmaapClient</artifactId>
- <version>${dmaap.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>