X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9bc864396c78336119c0549487d7ae5979cf9664;hb=749c0f19a314d587c1cd1fae5870ad3dab640ef2;hp=c0f31e9333d49a80bd231ec38a4f9af85c2d2ab2;hpb=fd200512af757af56b106e158b58f4877a6bd08f;p=clamp.git diff --git a/pom.xml b/pom.xml index c0f31e93..9bc86439 100644 --- a/pom.xml +++ b/pom.xml @@ -26,14 +26,14 @@ 4.0.0 org.onap.clamp clds - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT clamp org.onap.oparent oparent - 2.0.0 + 2.1.0 @@ -75,19 +75,18 @@ yyyyMMdd'T'HHmmss'Z' ${project.version} ${maven.build.timestamp} - 1.8 - 1.8 UTF-8 UTF-8 1.0.0 2.24.0 - 2.1.5.RELEASE + 2.2.0.RELEASE jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec ${project.build.directory}/coverage-reports/jacoco-it.exec + ${project.build.directory}/coverage-reports/jacoco-xml true ${project.version} @@ -97,7 +96,7 @@ ${project.build.directory}/${ui.react.src}/coverage/lcov.info src/main/resources/** - + src/main/resources/**,target/ui-react/src/**/*.test.js,target/ui-react/src/setupTests.js,src/main/docker/kibana/*.py localhost:5000 nexus3.onap.org:10001 true @@ -105,9 +104,9 @@ true false - 9.0.20 + 9.0.27 ui-react - https://nexus3.onap.org/repository/npm.snapshot/ + https://nexus3.onap.org/repository/npm.release/ @@ -261,6 +260,12 @@ org.apache.xmlgraphics batik-svggen 1.11 + + + xml-apis + xml-apis + + org.apache.xmlgraphics @@ -276,6 +281,16 @@ com.att.eelf eelf-core ${eelf.core.version} + + + org.powermock + powermock-module-junit4 + + + org.powermock + powermock-api-mockito + + org.codehaus.janino @@ -397,7 +412,7 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.10 + 2.1.15 javax.servlet @@ -515,7 +530,19 @@ org.mockito mockito-core - 1.10.19 + 2.28.2 + test + + + org.powermock + powermock-api-mockito2 + 2.0.4 + test + + + org.powermock + powermock-module-junit4 + 2.0.4 test @@ -581,9 +608,9 @@ - de.jpdigital - hibernate52-ddl-maven-plugin - 2.2.0 + de.jpdigital + hibernate52-ddl-maven-plugin + 2.2.0 javax.xml.bind @@ -599,7 +626,7 @@ - org.onap.clamp.dao.model + org.onap.clamp MARIADB53 @@ -718,6 +745,22 @@ + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${project.basedir}/src/main/script/SelectNpmRepo.groovy + + + + org.apache.maven.plugins maven-jar-plugin @@ -795,7 +838,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 2.22.2 1C true @@ -807,7 +850,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.1 + 2.22.2 integration-tests @@ -833,7 +876,7 @@ io.fabric8 docker-maven-plugin - 0.27.2 + 0.31.0 org.apache.httpcomponents @@ -869,6 +912,9 @@ ${docker.mariadb.port.host}:3306 + + bridge + @@ -899,6 +945,9 @@ ./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host} + + bridge + @@ -1015,7 +1064,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.5 true true @@ -1065,6 +1114,19 @@ ${project.build.directory}/jacoco-dev.exec + + post-integration-xml + + report + + post-integration-test + + ${project.build.directory}/coverage-reports/jacoco.exec + + ${project.build.directory}/coverage-reports/jacoco-xml + + + @@ -1091,8 +1153,8 @@ generate-sources - v12.10.0 - 6.10.3 + v12.13.0 + 6.13.0 @@ -1102,7 +1164,7 @@ compile - install --registry https://registry.npmjs.com/ + install @@ -1122,12 +1184,25 @@ deploy - true - publish --registry ${npm.publish.url} + publish + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + 11 + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.7.0.1746 +