X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=476de6f152970348b6dfd79c33eeb457e67084c0;hb=refs%2Fheads%2Fmaster;hp=447a6846b984e04d42b3983157bb038386e37093;hpb=0ec93f4eb42cd0d1b703d01bd06d6b6d8342fe08;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 447a6846b..476de6f15 100644 --- a/pom.xml +++ b/pom.xml @@ -21,17 +21,17 @@ limitations under the License. org.onap.ccsdk.parent - spring-boot-starter-parent - 1.5.1-SNAPSHOT + spring-boot-27-starter-parent + 2.6.1 org.onap.ccsdk.cds - parent - 0.7.0-SNAPSHOT + cds-aggregator + 1.6.0-SNAPSHOT pom - CDS Parent + Aggregator CCSDK Controller Design Studio https://wiki.onap.org @@ -40,7 +40,7 @@ limitations under the License. ms - + cds-ui components @@ -55,98 +55,278 @@ limitations under the License. **/*.java,**/*.kt ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 0.8.3 + 0.8.7 false true + + 11 + 3.0.0-M5 + 3.0.0-M5 + + + maven + true + false + org.onap.ccsdk.cds + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + + 1.5.2 + ${project.version} + + 1.7.0 + 1.6.21 + 1.6.4 + 1.11.0 + 4.5.13 + + 1.29.0 + 2.0.50.Final + 3.10.0 + 3.16.3 + 1.12.8 + + + + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + 120 + + + + format-pom + process-sources + + pom + + + ${format.skipExecute} + + + + validate-pom + validate + + check + + + ${format.skipValidate} + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${maven-antrun-plugin.version} + + + validate-kotlin + validate + + + + + + + + ${format.skipValidate} + + + run + + + + format-kotlin + process-sources + + + + + + + + + ${format.skipExecute} + + + run + + + + + + com.pinterest + ktlint + 0.39.0 + + + + + + + org.commonjava.maven.plugins + directory-maven-plugin + 1.0 + + + validate + directories + + highest-basedir + + + baseDirPath + + + + + + + + net.revelc.code.formatter + formatter-maven-plugin + 2.17.1 + + + format-java + + format + + process-sources + + LF + ${format.skipExecute} + ${project.basedir} + ${baseDirPath}/ONAP-Java-Code-Style.xml + + src/**/*.java + + + + + validate-java + + validate + + validate + + LF + ${format.skipValidate} + ${project.basedir} + ${baseDirPath}/ONAP-Java-Code-Style.xml + + src/**/*.java + + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-bom.version} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.maven.version} + + ${java.version} + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.version} + + + + + + + org.jacoco jacoco-maven-plugin ${jacoco.version} - - org.codehaus.mojo tidy-maven-plugin - 1.1.0 - - - format-pom - process-sources - - pom - - - ${format.skipExecute} - - - - validate-pom - validate - - check - - - ${format.skipValidate} - - - - - org.apache.maven.plugins maven-antrun-plugin - 1.7 - - - validate-kotlin - validate - - - - - - - ${format.skipValidate} - - - run - - - - - format-kotlin - process-sources - - - - - - - - ${format.skipExecute} - - - run - - - - - - com.pinterest - ktlint - 0.35.0 - - + + + org.commonjava.maven.plugins + directory-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-failsafe-plugin + + + org.apache.maven.plugins + maven-compiler-plugin