Remove policy dependency 93/55793/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 4 Jul 2018 09:03:16 +0000 (11:03 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 4 Jul 2018 09:03:16 +0000 (11:03 +0200)
Remove policyEngineUtils and remove run of onap/clamp docker image
during test

Issue-ID: CLAMP-192
Change-Id: I9f5ca488f43c694a9f063ee7daa3a84716ef76b9
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 227a47a..1ce86b5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                <artifactId>grizzly-http-server</artifactId>
                                                                                <groupId>org.glassfish.grizzly</groupId>
                                                                </exclusion>
-                                               </exclusions>
-                               </dependency>
-                               <dependency>
-                                               <groupId>org.onap.policy.common</groupId>
-                                               <artifactId>ONAP-Logging</artifactId>
-                                               <version>1.1.3</version>
-                                               <exclusions>
                                                                <exclusion>
-                                                                               <artifactId>log4j</artifactId>
-                                                                               <groupId>log4j</groupId>
+                                                                               <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
+                                                                               <artifactId>dmaapClient</artifactId>
                                                                </exclusion>
                                                                <exclusion>
-                                                                               <groupId>org.slf4j</groupId>
-                                                                               <artifactId>slf4j-log4j12</artifactId>
+                                                                               <groupId>org.onap.policy.common</groupId>
+                                                                               <artifactId>integrity-monitor</artifactId>
                                                                </exclusion>
                                                                <exclusion>
-                                                                               <artifactId>apache-log4j-extras</artifactId>
-                                                                               <groupId>log4j</groupId>
+                                                                               <groupId>org.onap.policy.common</groupId>
+                                                                               <artifactId>integrity-audit</artifactId>
+                                                               </exclusion>
+                                                               <exclusion>
+                                                                               <groupId>org.onap.aaf.cadi</groupId>
+                                                                               <artifactId>cadi-aaf</artifactId>
                                                                </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>
-                                               <groupId>org.onap.policy.engine</groupId>
-                                               <artifactId>PolicyEngineUtils</artifactId>
+                                               <groupId>org.onap.policy.common</groupId>
+                                               <artifactId>ONAP-Logging</artifactId>
                                                <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>apache-log4j-extras</artifactId>
                                                                                <groupId>log4j</groupId>
                                                                </exclusion>
-                                                               <exclusion>
-                                                                               <groupId>mysql</groupId>
-                                                                               <artifactId>mysql-connector-java</artifactId>
-                                                               </exclusion>
-                                                               <exclusion>
-                                                                               <groupId>org.mariadb.jdbc</groupId>
-                                                                               <artifactId>mariadb-java-client</artifactId>
-                                                               </exclusion>
-                                                               <exclusion>
-                                                                               <groupId>com.att.nsa</groupId>
-                                                                               <artifactId>dmaapClient</artifactId>
-                                                               </exclusion>
-                                                               <exclusion>
-                                                                               <groupId>com.h2database</groupId>
-                                                                               <artifactId>h2</artifactId>
-                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>
                                </resources>
 
                                <plugins>
-                                               <!-- Scan Clamp code and generate the swagger.json file with all the
+                                               <!-- Scan Clamp code and generate the swagger.json file with all the 
                                                                APIs -->
                                                <plugin>
                                                                <groupId>com.sebastian-daschner</groupId>
                                                                </executions>
                                                </plugin>
 
-                                               <!-- Read the swagger.json file and the definition from SwaggerConfig.java;
-                                                               generate a list of .adoc files containing the APIs info in more structured
+                                               <!-- Read the swagger.json file and the definition from SwaggerConfig.java; 
+                                                               generate a list of .adoc files containing the APIs info in more structured 
                                                                way -->
                                                <plugin>
                                                                <groupId>io.github.swagger2markup</groupId>
                                                                </executions>
                                                </plugin>
 
-                                               <!-- Run the generated asciidoc through Asciidoctor to generate other
+                                               <!-- Run the generated asciidoc through Asciidoctor to generate other 
                                                                documentation types, such as PDFs or HTML5 -->
                                                <plugin>
                                                                <groupId>org.asciidoctor</groupId>
                                                                                                </configuration>
                                                                                </execution>
                                                                </executions>
+
                                                </plugin>
                                                <plugin>
                                                                <groupId>io.fabric8</groupId>
                                                                                                <image>
                                                                                                                <name>onap/clamp</name>
                                                                                                                <alias>onap-clamp</alias>
+                                                                                                               <run>
+                                                                                                                       <skip>true</skip>
+                                                                                                               </run>
                                                                                                                <build>
+                                                                                                                               <imagePullPolicy>never</imagePullPolicy>
                                                                                                                                <cleanup>true</cleanup>
                                                                                                                                <tags>
                                                                                                                                                <tag>latest</tag>
                                                                                                </image>
                                                                                </images>
                                                                </configuration>
+
                                                                <executions>
                                                                                <execution>
                                                                                                <id>generate-images</id>