X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c15b54255ec4c7721b27938becc861a1aa32d744;hb=fd8f013b377b419d9a177f5dd00c94fcdc40a2ca;hp=f51acac1b3dd06f8bfcac8ffab6a7dac9c99ccac;hpb=286492027e88f2463d6b91e670e6f5f3712888ab;p=clamp.git diff --git a/pom.xml b/pom.xml index f51acac1..c15b5425 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.5-SNAPSHOT + 5.1.0-SNAPSHOT clamp @@ -77,7 +77,7 @@ 1.0.0 2.25.0 - 2.2.5.RELEASE + 2.2.6.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -502,6 +502,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -549,11 +554,6 @@ dom4j 2.1.3 - - org.springframework.security - spring-security-web - 5.2.3.RELEASE - @@ -1264,6 +1264,26 @@ sonar-maven-plugin 3.7.0.1746 + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + libIndexCheck + validate + + exec + + + + + bash + + ${project.basedir}/src/main/script/checkLibIndex.sh + + +