diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 13:55:51 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 13:55:58 -0400 |
commit | f04b96bd4ccf9055fcfd2e9e9e508448594ade5f (patch) | |
tree | eba63c6f9dc1fb68ce788d831a0a9ef5ee9d04b9 /policy-endpoints/pom.xml | |
parent | cf282dd15ce391eed832063aea956a8d55521278 (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>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
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> |