diff options
author | Christophe Closset <cc697w@intl.att.com> | 2018-07-05 16:10:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-05 16:10:56 +0000 |
commit | 3f719e23ecfd2e42831e862d239714202b8b7654 (patch) | |
tree | 363932b534067454a78115a8f6f14ff78d9542e1 | |
parent | 1038e18f01ea27795bb7f297a31a228134593c7d (diff) | |
parent | d153aaa389a8171e234bf794dd9f0b0131b11610 (diff) |
Merge "Remove useless java libraries"
-rw-r--r-- | pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -377,16 +377,6 @@ <version>1.0.2</version> </dependency> <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-annotations</artifactId> - <version>3.5.6-Final</version> - </dependency> - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - </dependency> - - <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineAPI</artifactId> <version>1.2.0</version> @@ -435,6 +425,10 @@ <groupId>org.onap.aaf.cadi</groupId> <artifactId>cadi-aaf</artifactId> </exclusion> + <exclusion> + <groupId>javax.jms</groupId> + <artifactId>jms</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |