Merge "Remove Policy dependencies"
authorSébastien Determe <sebastien.determe@intl.att.com>
Tue, 1 Oct 2019 13:58:53 +0000 (13:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 1 Oct 2019 13:58:53 +0000 (13:58 +0000)
1  2 
pom.xml

diff --combined 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>
                                                </configuration>
                                        </execution>
                                </executions>
 -
                        </plugin>
                        <plugin>
                                <groupId>io.fabric8</groupId>
                                                                </assembly>
                                                        </build>
                                                </image>
 -                                              <image>
 -                                                      <name>onap/clamp-dashboard-elasticsearch</name>
 -                                                      <alias>onap-clamp-dashboard-elasticsearch</alias>
 -                                                      <run>
 -                                                              <skip>true</skip>
 -                                                      </run>
 -                                                      <build>
 -                                                              <cleanup>true</cleanup>
 -                                                              <tags>
 -                                                                      <tag>latest</tag>
 -                                                                      <tag>${project.docker.latesttagtimestamp.version}</tag>
 -                                                                      <tag>${project.docker.latesttag.version}</tag>
 -                                                              </tags>
 -                                                              <dockerFile>elasticsearch/Dockerfile</dockerFile>
 -                                                      </build>
 -                                              </image>
                                                <image>
                                                        <name>onap/clamp-dashboard-logstash</name>
                                                        <alias>onap-clamp-dashboard-logstash</alias>