diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-06 13:37:35 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-08 13:36:33 -0500 |
commit | cf54241ec76e67246961eb2d25c55b1e14c43877 (patch) | |
tree | 7b61b8d78676485fc08c20076f1ff62a5bef26ca /PolicyEngineUtils/pom.xml | |
parent | cf6e8fd9a574877c6efaf6bad0cf18750e5a6a22 (diff) |
Update dmaap 1.1.9 changes
Upgrading policy/parent to v1.1.9 requires these
code changes to occur.
Need to change to policy/parent 2.0.1 for the
right dmaap to be included.
Upgrade policy common and drools-applications to
1.3.3 released artifacts.
Also just included the change from gerrit review
https://gerrit.onap.org/r/#/c/72026/ instead of
cherry picking it.
Updating release to 1.3.3-SNAPSHOT
Issue-ID: POLICY-1229
Change-Id: I16f4bbd9ba2d46cdc3b94feba1f2e7f20d837dad
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit fe8b9e72cafa4acf31db4239593a74a5ccf89a4a)
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 90c15a6b4..a952bd0b3 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>PolicyEngineUtils</artifactId> <dependencies> @@ -102,11 +102,6 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <groupId>com.att.aft</groupId> - <artifactId>dme2</artifactId> - <version>3.1.200</version> - </dependency> - <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> <exclusions> @@ -114,10 +109,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> - <exclusion> - <groupId>com.att.aft</groupId> - <artifactId>dme2</artifactId> - </exclusion> </exclusions> </dependency> </dependencies> |