diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2018-11-07 16:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-07 16:56:59 +0000 |
commit | 6de77ecc35e8c5333be8d35f0f46ca5679ad8127 (patch) | |
tree | ad4f29dd5dad91ebc54881e95bef70a4deedffd0 | |
parent | c711715096ffc158fc8baa48fc90b147faf7f4c4 (diff) | |
parent | f400382b8a526a23b921818a148e78f0a56da15a (diff) |
Merge "Remove exclusion of dme"
-rw-r--r-- | PolicyEngineUtils/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 27b91d419..4d552b85f 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -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> |