aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-07-05 17:18:19 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-07-05 17:18:19 +0200
commitd153aaa389a8171e234bf794dd9f0b0131b11610 (patch)
tree3605a9ac966f2329b5394dbe3f7d1f0b003f2ce9 /pom.xml
parentf58f4e07838133e2db5900fda2cd5a8391a8954b (diff)
Remove useless java libraries
Remove extra libraries in java that were not used at all Issue-ID: CLAMP-192 Change-Id: Ibf3c4dc5075e5955da471d224f7dc09a84c4ddf0 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 1dcf1276..bb5b5244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>