Remove useless java libraries 93/55893/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 5 Jul 2018 15:18:19 +0000 (17:18 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 5 Jul 2018 15:18:19 +0000 (17:18 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1dcf127..bb5b524 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                <artifactId>persistence-api</artifactId>
                                                <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>
                                                                                <groupId>org.onap.aaf.cadi</groupId>
                                                                                <artifactId>cadi-aaf</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                               <groupId>javax.jms</groupId>
+                                                                               <artifactId>jms</artifactId>
+                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>