From 6531b114d191974a770930c42670636c4c192108 Mon Sep 17 00:00:00 2001 From: KAPIL SINGAL Date: Thu, 6 Feb 2020 01:11:41 +0000 Subject: [PATCH] Revert "Cleaning up springboot parent poms" This reverts commit 829b0e212e60f545577415e581b4fb55068bdc48. Reason for revert: CDS Verify jobs are failing, will look in and reopen. Issue-ID: CCSDK-2077 Change-Id: I6af2a4a016079ca905365f2a864555bf0b376e7a Signed-off-by: Singal, Kapil (ks220y) --- springboot/springboot1/pom.xml | 398 +++++++++++++++++++++++++++-------------- springboot/springboot2/pom.xml | 394 ++++++++++++++++++++++++++-------------- 2 files changed, 530 insertions(+), 262 deletions(-) diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 3a5e46fc..c5cb56cf 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -48,6 +48,7 @@ 0.8.5 + 1.8 1.8 @@ -83,6 +84,7 @@ src/main/yang-gen-sal true + 0.7.1-SNAPSHOT 0.7.1-SNAPSHOT @@ -97,11 +99,16 @@ ${ccsdk.sli.core.version} + 4.7.2 + 2.6 4.4.12 4.5.10 2.25.1 + 2.25.1 2.4.4 + direct-dependencies.txt + @@ -142,6 +149,7 @@ dblib-provider ${sdnctl.dblib.version} + @@ -243,6 +251,7 @@ + org.apache.maven.plugins @@ -253,6 +262,7 @@ + org.apache.maven.plugins maven-site-plugin @@ -263,20 +273,90 @@ wagon-webdav-jackrabbit 2.10 + + org.apache.maven.doxia + doxia-core + 1.7 + + + org.apache.maven.doxia + doxia-sink-api + 1.7 + + + org.apache.maven.doxia + doxia-logging-api + 1.7 + + + + attach-descriptor + + attach-descriptor + + + - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar.scanner.version} + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 1.1.1 + + + + + check-license + + check + + process-sources + + onap-checkstyle/check-license.xml + onap-checkstyle/apache-license-2.regexp.txt + false + true + false + ${project.build.sourceDirectory} + + + false + true + + + + check-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory}/src/main/java + true + true + true + + + false + true + + + - org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 2.19.1 ${surefireArgLine} @@ -289,7 +369,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.0 + 2.19.1 @@ -306,48 +386,84 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.6.0.1398 + + - org.codehaus.mojo - properties-maven-plugin - 1.0.0 + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + ${antlr.version} + + + + com.sun.jersey + jersey-client + ${jersey.client.version} + + + com.sun.jersey + jersey-core + ${jersey.version} + + + org.apache.httpcomponents + httpcore-osgi + ${apache.httpcomponents.core.version} + + + org.apache.httpcomponents + httpclient-osgi + ${apache.httpcomponents.client.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + + + aggregate - set-system-properties + aggregate - - - - maven.wagon.http.ssl.allowall - ${ssl.allowall} - - - maven.wagon.http.ssl.insecure - ${ssl.insecure} - - - + site + - - - org.codehaus.mojo - versions-maven-plugin - 2.5 - - true - - - - maven-scm-plugin - 1.8.1 - - ${project.artifactId}-${project.version} - - com.github.ferstl depgraph-maven-plugin @@ -362,83 +478,10 @@ - + - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.plugins - maven-enforcer-plugin - - - - - - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.2.2 - - - - - onap-license - - check - - process-sources - - onap-checkstyle/check-license.xml - false - true - false - ${project.build.sourceDirectory} - - - true - false - - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory}/src/main/java - true - true - true - - - true - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.12 - + org.jacoco @@ -453,11 +496,13 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec - + surefireArgLine - + post-unit-test test @@ -480,11 +525,13 @@ ${project.build.directory}/code-coverage/jacoco-it.exec - + failsafeArgLine - + post-integration-test post-integration-test @@ -533,6 +580,19 @@ + + maven-checkstyle-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + 1.12 + + + + org.jacoco + jacoco-maven-plugin + org.apache.maven.plugins maven-surefire-plugin @@ -541,23 +601,47 @@ org.apache.maven.plugins maven-failsafe-plugin - + + - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 + org.codehaus.mojo + properties-maven-plugin + 1.0.0 - attach-javadocs - jar + set-system-properties - -Xdoclint:none + + + maven.wagon.http.ssl.allowall + ${ssl.allowall} + + + maven.wagon.http.ssl.insecure + ${ssl.insecure} + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + maven-scm-plugin + 1.8.1 + + ${project.artifactId}-${project.version} + + @@ -568,22 +652,74 @@ 2.10.4 false - -Xdoclint:none + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + org.opendaylight.* + + + + javadoc-no-fork + test-javadoc-no-fork + + + + aggregate + + aggregate + test-aggregate + + + - org.jacoco - jacoco-maven-plugin - ${jacoco.version} + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + aggregate + + aggregate + test-aggregate + + + + + + + maven-surefire-plugin + 2.17 + + + org.apache.maven.plugins + maven-changelog-plugin + 2.3 + dual-report + + range + 30 + - - report + changelog + file-activity + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 38c853a4..3ab11e68 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -112,6 +112,8 @@ 1.9.3 + 4.7.2 + 2.6 4.4.12 4.5.10 10.14.2.0 @@ -121,6 +123,8 @@ 3.10.0 3.1.5 2.25.1 + 2.25.1 + 1.3.8 4.12 1.2.3 2.4.4 @@ -276,6 +280,7 @@ + org.apache.maven.plugins @@ -286,6 +291,7 @@ + org.apache.maven.plugins maven-site-plugin @@ -296,20 +302,90 @@ wagon-webdav-jackrabbit 2.10 + + org.apache.maven.doxia + doxia-core + 1.7 + + + org.apache.maven.doxia + doxia-sink-api + 1.7 + + + org.apache.maven.doxia + doxia-logging-api + 1.7 + + + + attach-descriptor + + attach-descriptor + + + - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar.scanner.version} + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 1.1.1 + + + + + check-license + + check + + process-sources + + onap-checkstyle/check-license.xml + onap-checkstyle/apache-license-2.regexp.txt + false + true + false + ${project.build.sourceDirectory} + + + false + true + + + + check-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory}/src/main/java + true + true + true + + + false + true + + + - org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 2.19.1 ${surefireArgLine} @@ -322,7 +398,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.0 + 2.19.1 @@ -339,48 +415,84 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.6.0.1398 + + - org.codehaus.mojo - properties-maven-plugin - 1.0.0 + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + ${antlr.version} + + + + com.sun.jersey + jersey-client + ${jersey.client.version} + + + com.sun.jersey + jersey-core + ${jersey.version} + + + org.apache.httpcomponents + httpcore-osgi + ${apache.httpcomponents.core.version} + + + org.apache.httpcomponents + httpclient-osgi + ${apache.httpcomponents.client.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + + + aggregate - set-system-properties + aggregate - - - - maven.wagon.http.ssl.allowall - ${ssl.allowall} - - - maven.wagon.http.ssl.insecure - ${ssl.insecure} - - - + site + - - - org.codehaus.mojo - versions-maven-plugin - 2.5 - - true - - - - maven-scm-plugin - 1.8.1 - - ${project.artifactId}-${project.version} - - com.github.ferstl depgraph-maven-plugin @@ -395,83 +507,10 @@ - + - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.plugins - maven-enforcer-plugin - - - - - - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.2.2 - - - - - onap-license - - check - - process-sources - - onap-checkstyle/check-license.xml - false - true - false - ${project.build.sourceDirectory} - - - true - false - - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory}/src/main/java - true - true - true - - - true - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.12 - + org.jacoco @@ -486,11 +525,13 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec - + surefireArgLine - + post-unit-test test @@ -513,11 +554,13 @@ ${project.build.directory}/code-coverage/jacoco-it.exec - + failsafeArgLine - + post-integration-test post-integration-test @@ -566,6 +609,19 @@ + + maven-checkstyle-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + 1.12 + + + + org.jacoco + jacoco-maven-plugin + org.apache.maven.plugins maven-surefire-plugin @@ -574,23 +630,47 @@ org.apache.maven.plugins maven-failsafe-plugin - + + - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 + org.codehaus.mojo + properties-maven-plugin + 1.0.0 - attach-javadocs - jar + set-system-properties - -Xdoclint:none + + + maven.wagon.http.ssl.allowall + ${ssl.allowall} + + + maven.wagon.http.ssl.insecure + ${ssl.insecure} + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + maven-scm-plugin + 1.8.1 + + ${project.artifactId}-${project.version} + + @@ -601,22 +681,74 @@ 2.10.4 false - -Xdoclint:none + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + org.opendaylight.* + + + + javadoc-no-fork + test-javadoc-no-fork + + + + aggregate + + aggregate + test-aggregate + + + - org.jacoco - jacoco-maven-plugin - ${jacoco.version} + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + aggregate - - report + aggregate + test-aggregate + + + maven-surefire-plugin + 2.17 + + + org.apache.maven.plugins + maven-changelog-plugin + 2.3 + + + dual-report + + range + 30 + + + changelog + file-activity + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + -- 2.16.6