Fix nexus iq issues
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e11e44e..6b08b0c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,6 @@
   limitations under the License.
   ============LICENSE_END============================================
   ===================================================================
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -33,7 +32,7 @@
                <parent>
                                <groupId>org.onap.oparent</groupId>
                                <artifactId>oparent</artifactId>
-                               <version>1.1.0-SNAPSHOT</version>
+                               <version>1.1.0</version>
                </parent>
 
                <description>
@@ -42,7 +41,7 @@
            By Default "mvn clean install" command will execute also the unit tests
            and the integration tests. The integration tests require a docker engine running.
 
-           If you want to skip the intergation test you can by doing:
+           If you want to skip the integration test you can by doing:
            "mvn clean install -DskipITs=true"
 
            For Spring it's possible to specify the application.properties location
@@ -57,7 +56,7 @@
                </description>
 
                <properties>
-                               <maven.build.timestamp.format>yyyy.MM.dd'T'hh.mm.ss'Z'</maven.build.timestamp.format>
+                               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                                <clamp.project.version>${project.version}</clamp.project.version>
                                <clamp.build.timestamp>${maven.build.timestamp}</clamp.build.timestamp>
                                <maven.compiler.source>1.8</maven.compiler.source>
                                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
                                <docker.mariadb.port.host>3306</docker.mariadb.port.host>
+                               <docker.http-cache.port.host>8085</docker.http-cache.port.host>
                                <project.scm.id>git-server</project.scm.id>
                                <java.version>1.8</java.version>
 
+                               <swagger.jaxrs2.version>2.0.0-rc4</swagger.jaxrs2.version>
+                               <guava.version>20.0</guava.version>
                                <eelf.core.version>1.0.0</eelf.core.version>
                                <camel.version>2.20.1</camel.version>
-                               <springboot.version>1.5.9.RELEASE</springboot.version>
+                               <springboot.version>1.5.12.RELEASE</springboot.version>
 
                                <sonar.language>java</sonar.language>
                                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -85,6 +87,7 @@
                                <skip.docker.build>true</skip.docker.build>
                                <skip.docker.push>true</skip.docker.push>
                                <skip.staging.artifacts>false</skip.staging.artifacts>
+                               <python.http.proxy.param></python.http.proxy.param>
                </properties>
 
                <distributionManagement>
                                                                <type>pom</type>
                                                                <scope>import</scope>
                                                </dependency>
-                                               <!-- Camunda BOM -->
-                                               <dependency>
-                                                               <groupId>org.camunda.bpm</groupId>
-                                                               <artifactId>camunda-bom</artifactId>
-                                                               <version>7.6.0</version>
-                                                               <scope>import</scope>
-                                                               <type>pom</type>
-                                               </dependency>
                                                <!-- Camel BOM -->
                                                <dependency>
                                                                <groupId>org.apache.camel</groupId>
                </dependencyManagement>
 
                <dependencies>
+                               <!-- Swagger requires at least v20 and policy is bringing version 14 -->
+                               <dependency>
+                                       <groupId>com.google.guava</groupId>
+                                       <artifactId>guava</artifactId>
+                                       <version>${guava.version}</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>io.swagger.core.v3</groupId>
+                                       <artifactId>swagger-jaxrs2</artifactId>
+                                       <version>${swagger.jaxrs2.version}</version>
+                               </dependency>
                                <dependency>
                                                <groupId>com.att.eelf</groupId>
                                                <artifactId>eelf-core</artifactId>
                                <dependency>
                                                <groupId>org.apache.camel</groupId>
                                                <artifactId>camel-spring-boot-starter</artifactId>
-
                                </dependency>
                                <dependency>
                                                <groupId>org.apache.camel</groupId>
                                </dependency>
                                <dependency>
                                                <groupId>org.apache.camel</groupId>
-                                               <artifactId>camel-cxf-starter</artifactId>
+                                               <artifactId>camel-servlet-starter</artifactId>
                                </dependency>
                                <!-- Spring famework -->
                                <dependency>
                                                <artifactId>spring-boot-starter-tomcat</artifactId>
                                </dependency>
                                <dependency>
-                                               <groupId>org.springframework.boot</groupId>
-                                               <artifactId>spring-boot-starter-jersey</artifactId>
+                                               <groupId>com.paypal.springboot</groupId>
+                                               <artifactId>resteasy-spring-boot-starter</artifactId>
+                                               <version>2.3.4-RELEASE</version>
                                </dependency>
                                <dependency>
                                                <groupId>org.springframework</groupId>
                                                <groupId>org.springframework.boot</groupId>
                                                <artifactId>spring-boot-starter-test</artifactId>
                                                <scope>test</scope>
+                                               <exclusions>
+                                                               <exclusion>
+                                                                               <groupId>com.vaadin.external.google</groupId>
+                                                                               <artifactId>android-json</artifactId>
+                                                               </exclusion>
+                                               </exclusions>
                                </dependency>
-
-                               <!-- For CAmunda -->
+                               <!-- Others dependencies -->
                                <dependency>
-                                               <groupId>org.camunda.bpm.extension.springboot</groupId>
-                                               <artifactId>camunda-bpm-spring-boot-starter</artifactId>
-                                               <version>2.0.0</version>
+                                               <groupId>ch.qos.logback</groupId>
+                                               <artifactId>logback-core</artifactId>
+                                               <version>1.2.3</version>
                                </dependency>
                                <dependency>
-                                               <groupId>org.camunda.bpm.extension.springboot</groupId>
-                                               <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
-                                               <version>2.0.0</version>
+                                               <groupId>ch.qos.logback</groupId>
+                                               <artifactId>logback-classic</artifactId>
+                                               <version>1.2.3</version>
+                               </dependency>
+                               <dependency>
+                                               <groupId>commons-dbcp</groupId>
+                                               <artifactId>commons-dbcp</artifactId>
+                                               <version>1.4</version>
                                </dependency>
                                <dependency>
                                                <groupId>commons-io</groupId>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                                <artifactId>commons-vfs2</artifactId>
-                                               <version>2.0</version>
+                                               <version>2.2</version>
                                </dependency>
                                <dependency>
                                                <groupId>joda-time</groupId>
                                                <groupId>junit</groupId>
                                                <artifactId>junit</artifactId>
                                </dependency>
-                               <dependency>
-                                               <groupId>org.mockito</groupId>
-                                               <artifactId>mockito-all</artifactId>
-                                               <version>1.9.5</version>
-                               </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                               <artifactId>jackson-core</artifactId>
-                               </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                               <artifactId>jackson-databind</artifactId>
-                               </dependency>
                                <dependency>
                                                <groupId>javax.transaction</groupId>
                                                <artifactId>jta</artifactId>
                                                <artifactId>hibernate-annotations</artifactId>
                                                <version>3.5.6-Final</version>
                                </dependency>
-                               <!-- <dependency> -->
-                               <!-- <groupId>org.apache.geronimo.specs</groupId> -->
-                               <!-- <artifactId>geronimo-jpa_2.0_spec</artifactId> -->
-                               <!-- <version>1.1</version> -->
-                               <!-- </dependency> -->
                                <dependency>
                                                <groupId>dom4j</groupId>
                                                <artifactId>dom4j</artifactId>
                                <dependency>
                                                <groupId>org.onap.policy.engine</groupId>
                                                <artifactId>PolicyEngineAPI</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.2.0</version>
                                                <exclusions>
+                                                               <exclusion>
+                                                                               <groupId>com.google.guava</groupId>
+                                                                               <artifactId>guava</artifactId>
+                                                               </exclusion>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                                                                <groupId>log4j</groupId>
                                                                                <artifactId>apache-log4j-extras</artifactId>
                                                                                <groupId>log4j</groupId>
                                                                </exclusion>
-                                                               <exclusion>
-                                                                               <artifactId>jackson-databind</artifactId>
-                                                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                                               </exclusion>
                                                                <exclusion>
                                                                                <groupId>mysql</groupId>
                                                                                <artifactId>mysql-connector-java</artifactId>
                                                                                <groupId>commons-io</groupId>
                                                                                <artifactId>commons-io</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                               <artifactId>grizzly-http</artifactId>
+                                                                               <groupId>org.glassfish.grizzly</groupId>
+                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>
                                                <groupId>org.onap.policy.common</groupId>
                                                <artifactId>ONAP-Logging</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                <dependency>
                                                <groupId>org.onap.policy.engine</groupId>
                                                <artifactId>PolicyEngineUtils</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                                                                <groupId>org.mariadb.jdbc</groupId>
                                                                                <artifactId>mariadb-java-client</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                               <groupId>com.att.nsa</groupId>
+                                                                               <artifactId>dmaapClient</artifactId>
+                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>
                                                <groupId>org.onap.policy.drools-applications</groupId>
                                                <artifactId>policy-yaml</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                <dependency>
                                                <groupId>org.onap.policy.drools-applications</groupId>
                                                <artifactId>sdc</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                <dependency>
                                                <groupId>org.onap.policy.drools-applications</groupId>
                                                <artifactId>aai</artifactId>
-                                               <version>1.1.0</version>
+                                               <version>1.1.3</version>
                                                <exclusions>
                                                                <exclusion>
                                                                                <artifactId>log4j</artifactId>
                                                                </exclusion>
                                                </exclusions>
                                </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                               <artifactId>jackson-databind</artifactId>
-                               </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.dataformat</groupId>
-                                               <artifactId>jackson-dataformat-yaml</artifactId>
-                               </dependency>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                                <artifactId>commons-csv</artifactId>
                                                <artifactId>jsf-impl</artifactId>
                                                <version>2.1.7</version>
                                </dependency>
+                               <!-- Other dependencies to fix nexus IQ reported vulnerabilities -->
+                               <dependency>
+                                       <groupId>org.codehaus.plexus</groupId>
+                                       <artifactId>plexus-utils</artifactId>
+                                       <version>3.0.24</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>commons-fileupload</groupId>
+                                       <artifactId>commons-fileupload</artifactId>
+                                       <version>1.3.3</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>org.jboss.spec.javax.ws.rs</groupId>
+                                       <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
+                                       <version>1.0.1.Final</version>
+                               </dependency>
                                <!-- Remove the MYSQL connector and replace it by Mariadb -->
                                <dependency>
                                                <groupId>org.mariadb.jdbc</groupId>
                                                <artifactId>mariadb-java-client</artifactId>
-                                               <version>2.1.1</version>
+                                               <version>2.2.1</version>
+                               </dependency>
+                               <!-- For SDC Controller -->
+                               <dependency>
+                                               <groupId>org.onap.sdc.sdc-distribution-client</groupId>
+                                               <artifactId>sdc-distribution-client</artifactId>
+                                               <version>1.3.0</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>org.onap.sdc.sdc-tosca</groupId>
+                                       <artifactId>sdc-tosca</artifactId>
+                                       <version>1.3.0</version>
                                </dependency>
                </dependencies>
 
                                                                <directory>src/test/resources</directory>
                                                                <excludes>
                                                                                <exclude>**/*.jks</exclude>
+                                                                               <exclude>**/*.csar</exclude>
                                                                </excludes>
                                                                <filtering>true</filtering>
                                                </testResource>
                                                                <filtering>false</filtering>
                                                                <targetPath>https</targetPath>
                                                </testResource>
+                                         <testResource>
+                                                               <directory>src/test/resources/example/sdc</directory>
+                                                               <includes>
+                                                                               <include>**.csar</include>
+                                                               </includes>
+                                                               <filtering>false</filtering>
+                                                               <targetPath>example/sdc</targetPath>
+                                               </testResource>
                                </testResources>
                                <resources>
                                                <resource>
                                                                                                                                </volumes>
                                                                                                                                <wait>
                                                                                                                                                <log>socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution</log>
-                                                                                                                                               <time>1200000</time>
+                                                                                                                                               <time>600000</time>
                                                                                                                                </wait>
                                                                                                                                <ports>
                                                                                                                                                <port>${docker.mariadb.port.host}:3306</port>
                                                                                                                                </ports>
                                                                                                                </run>
                                                                                                </image>
+                                                                                               <image>
+                                                                                                               <name>python:2-slim</name>
+                                                                                                               <alias>python</alias>
+                                                                                                               <run>
+                                                                                                                               <hostname>python</hostname>
+                                                                                                                               <volumes>
+                                                                                                                                               <bind>
+                                                                                                                                                               <volume>${project.basedir}/src/test/resources/http-cache/:/usr/src/http-cache-app</volume>
+                                                                                                                                                               <volume>${project.basedir}/src/test/resources/http-cache/example/:/usr/src/http-cache-app/data-cache</volume>
+                                                                                                                                               </bind>
+                                                                                                                               </volumes>
+                                                                                                                               <wait>
+                                                                                                                                               <tcp>
+                                                                                                                                                               <ports>
+                                                                                                                                                                               <port>8080</port>
+                                                                                                                                                               </ports>
+                                                                                                                                                               <mode>direct</mode>
+                                                                                                                                               </tcp>
+                                                                                                                                               <time>120000</time>
+                                                                                                                               </wait>
+                                                                                                                               <ports>
+                                                                                                                                               <port>${docker.http-cache.port.host}:8080</port>
+                                                                                                                               </ports>
+                                                                                                                               <workingDir>/usr/src/http-cache-app</workingDir>
+                                                                                                                               <cmd>
+                                                                                                                                               <shell>./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host}</shell>
+                                                                                                                               </cmd>
+                                                                                                               </run>
+                                                                                               </image>
                                                                                </images>
                                                                                <skip>${skipITs}</skip>
                                                                </configuration>
 
                                                                <executions>
                                                                                <execution>
-                                                                                               <id>mariadb-start-for-it</id>
+                                                                                               <id>docker-start-for-it</id>
                                                                                                <phase>pre-integration-test</phase>
                                                                                                <goals>
                                                                                                                <goal>start</goal>
                                                                                                </configuration>
                                                                                </execution>
                                                                                <execution>
-                                                                                               <id>mariadb-stop-for-it</id>
+                                                                                               <id>docker-stop-for-it</id>
                                                                                                <phase>post-integration-test</phase>
                                                                                                <goals>
                                                                                                                <goal>stop</goal>