aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineUtils/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2018-11-08 21:07:10 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-08 21:07:10 +0000
commite1b8346a63d5394ec4eead63ef2181a395a825ba (patch)
treeddc0b6f60c282359d83b29f106b7fc32c585512a /PolicyEngineUtils/pom.xml
parent9146f5514a5c31b68a6b5dc51dc393b3d8381b55 (diff)
parentcf54241ec76e67246961eb2d25c55b1e14c43877 (diff)
Merge "Update dmaap 1.1.9 changes" into casablanca1.3.3
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r--PolicyEngineUtils/pom.xml11
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>