X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d96523999bee63db0248385a09159892036e24d7;hb=fb8f21e654b76a3f835bb0ed3ef34fc0df190328;hp=c1216b85c2f8e6f75d5144f968a0ff34752815ee;hpb=fbbc9bceb83de1ade5b4b6a666546aba24a14e2f;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index c1216b85c..d96523999 100644 --- a/pom.xml +++ b/pom.xml @@ -16,20 +16,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - 4.0.0 org.onap.ccsdk.parent - spring-boot-starter-parent - 2.0.1 + spring-boot-26-starter-parent + 2.5.4 org.onap.ccsdk.cds cds-aggregator - 1.0.0-SNAPSHOT + 1.5.1-SNAPSHOT pom Aggregator @@ -55,35 +54,40 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - - 0.8.3 + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 0.8.7 false true + 11 3.0.0-M5 3.0.0-M5 + maven true false - deploy + org.onap.ccsdk.cds + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + 1.5.2 ${project.version} - - org.apache.maven.plugins maven-antrun-plugin - 1.7 + ${maven-antrun-plugin.version} validate-kotlin @@ -122,6 +125,7 @@ limitations under the License. + ${format.skipValidate} @@ -131,7 +135,6 @@ limitations under the License. - format-kotlin process-sources @@ -139,6 +142,7 @@ limitations under the License. + ${format.skipExecute} @@ -152,10 +156,78 @@ limitations under the License. com.pinterest ktlint - 0.35.0 + 0.39.0 + + + + + + + org.commonjava.maven.plugins + directory-maven-plugin + 0.3 + + + 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 @@ -215,10 +287,22 @@ limitations under the License. jacoco-maven-plugin ${jacoco.version} + + org.codehaus.mojo + tidy-maven-plugin + org.apache.maven.plugins maven-antrun-plugin + + org.commonjava.maven.plugins + directory-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + org.apache.maven.plugins maven-surefire-plugin