Merge "Remove Policy dependencies"
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fcaf9b7..17cba6f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>persistence-api</artifactId>
                        <version>1.0.2</version>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.policy.engine</groupId>
-                       <artifactId>PolicyEngineAPI</artifactId>
-                       <version>1.3.3</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.google.guava</groupId>
-                                       <artifactId>guava</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>log4j</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>apache-log4j-extras</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>mysql</groupId>
-                                       <artifactId>mysql-connector-java</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>commons-io</groupId>
-                                       <artifactId>commons-io</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>grizzly-http-server</artifactId>
-                                       <groupId>org.glassfish.grizzly</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
-                                       <artifactId>dmaapClient</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.onap.policy.common</groupId>
-                                       <artifactId>integrity-monitor</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.onap.policy.common</groupId>
-                                       <artifactId>integrity-audit</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.fasterxml.jackson.core</groupId>
-                                       <artifactId>jackson-databind</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.onap.aaf.cadi</groupId>
-                                       <artifactId>cadi-aaf</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>javax.jms</groupId>
-                                       <artifactId>jms</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>commons-fileupload</groupId>
-                                       <artifactId>commons-fileupload</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.att.research.xacml</groupId>
-                                       <artifactId>xacml</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.policy.common</groupId>
-                       <artifactId>ONAP-Logging</artifactId>
-                       <version>1.2.3</version>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>log4j</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>apache-log4j-extras</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
-                       <artifactId>policy-yaml</artifactId>
-                       <version>1.2.3</version>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>log4j</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>apache-log4j-extras</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
-                       <artifactId>sdc</artifactId>
-                       <version>1.2.3</version>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>log4j</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>apache-log4j-extras</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
-                       <artifactId>aai</artifactId>
-                       <version>1.2.3</version>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>log4j</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>apache-log4j-extras</artifactId>
-                                       <groupId>log4j</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-csv</artifactId>