Remove useless java libraries
[clamp.git] / 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>