X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=dcfbcb7e2d567f889eb89afef56faec647cb5c8d;hb=2aad6d681dcbea5564425648375f7ddca2080940;hp=2f1a7d248a2066c56b6ac023f3300f4577f7443a;hpb=886191eea29a6a87b891d869e8b3855c95967c49;p=clamp.git diff --git a/pom.xml b/pom.xml index 2f1a7d24..dcfbcb7e 100644 --- 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. --> org.onap.oparent oparent - 1.1.0-SNAPSHOT + 1.1.0 @@ -42,22 +41,20 @@ 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 "mvn clean install -Dspring.config.location=classpath:application-test.properties" The application.properties contains the location of the CLAMP parameters files: - - org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties - - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties - yyyy.MM.dd'T'hh.mm.ss'Z' + yyyyMMdd'T'HHmmss'Z' ${project.version} ${maven.build.timestamp} 1.8 @@ -66,13 +63,15 @@ UTF-8 3306 - 2080 + 8085 git-server 1.8 + 2.0.0-rc4 + 20.0 1.0.0 2.20.1 - 1.5.10.RELEASE + 1.5.12.RELEASE java jacoco @@ -86,8 +85,7 @@ true true false - - + @@ -144,6 +142,14 @@ JBoss.org Maven repository https://repository.jboss.org/nexus/content/groups/public + + jcentral + bintray + http://jcenter.bintray.com + + false + + @@ -186,6 +192,11 @@ org.apache.camel camel-servlet-starter + + javax.xml.bind + jaxb-api + 2.3.0 + org.springframework.boot @@ -270,14 +281,6 @@ junit junit - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - javax.transaction jta @@ -301,8 +304,12 @@ org.onap.policy.engine PolicyEngineAPI - 1.1.0 + 1.2.0 + + com.google.guava + guava + log4j log4j @@ -315,10 +322,6 @@ apache-log4j-extras log4j - - jackson-databind - com.fasterxml.jackson.core - mysql mysql-connector-java @@ -327,12 +330,16 @@ commons-io commons-io + + grizzly-http + org.glassfish.grizzly + org.onap.policy.common ONAP-Logging - 1.1.0 + 1.1.3 log4j @@ -351,7 +358,7 @@ org.onap.policy.engine PolicyEngineUtils - 1.1.0 + 1.1.3 log4j @@ -382,7 +389,7 @@ org.onap.policy.drools-applications policy-yaml - 1.1.0 + 1.1.3 log4j @@ -401,7 +408,7 @@ org.onap.policy.drools-applications sdc - 1.1.0 + 1.1.3 log4j @@ -420,7 +427,7 @@ org.onap.policy.drools-applications aai - 1.1.0 + 1.1.3 log4j @@ -436,14 +443,6 @@ - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - org.apache.commons commons-csv @@ -483,12 +482,45 @@ - org.openecomp.sdc.sdc-distribution-client + org.onap.sdc.sdc-distribution-client sdc-distribution-client - 1.2.3 + 1.3.0 - - + + org.onap.sdc.sdc-tosca + sdc-tosca + 1.3.0 + + + + io.springfox + springfox-swagger2 + 2.4.0 + test + + + io.github.robwin + assertj-swagger + 0.2.0 + test + + + io.github.swagger2markup + swagger2markup-spring-restdocs-ext + 1.2.0 + test + + + + + + false + + jcenter-releases + jcenter + http://jcenter.bintray.com + + clamp @@ -497,6 +529,7 @@ src/test/resources **/*.jks + **/*.csar true @@ -508,6 +541,14 @@ false https + + src/test/resources/example/sdc + + **.csar + + false + example/sdc + @@ -524,6 +565,119 @@ + + + com.sebastian-daschner + jaxrs-analyzer-maven-plugin + 0.14 + + + test + + analyze-jaxrs + + + swagger + ../docs/swagger/ + + + + + + + + io.github.swagger2markup + swagger2markup-maven-plugin + 1.3.1 + + + io.github.swagger2markup + swagger2markup-import-files-ext + 1.3.1 + + + io.github.swagger2markup + swagger2markup-spring-restdocs-ext + 1.3.1 + + + + ${project.basedir}/docs/swagger/swagger.json + ${project.build.directory}/asciidoc/generated + + ASCIIDOC + + + + + test + + convertSwagger2markup + + + + + + + + org.asciidoctor + asciidoctor-maven-plugin + 1.5.3 + + + org.asciidoctor + asciidoctorj-pdf + 1.5.0-alpha.10.1 + + + org.jruby + jruby-complete + 1.7.21 + + + + ${project.basedir}/src/main/resources/asciidoc + swagger.adoc + + book + left + 3 + + + + + ${project.build.directory}/asciidoc/generated + + + + + + output-html + test + + process-asciidoc + + + html5 + ${project.basedir}/docs/swagger + ${project.basedir}/src/main/resources/META-INF/resources/ + + + + output-pdf + test + + process-asciidoc + + + pdf + ${project.basedir}/docs/swagger + + + + org.codehaus.groovy.maven gmaven-plugin @@ -799,7 +953,7 @@ ${project.basedir}/src/test/resources/http-cache/:/usr/src/http-cache-app - ${project.basedir}/src/test/resources/http-cache/sdc-example/:/usr/src/http-cache-app/data-cache + ${project.basedir}/src/test/resources/http-cache/example/:/usr/src/http-cache-app/data-cache @@ -816,7 +970,7 @@ /usr/src/http-cache-app - ./start_http_cache.sh ${http.proxy} + ./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host}