X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e8b4ba006a506c594499942bf8091344a7f0147b;hb=715746fbd2bcb18193138d56df50b0d44da2681b;hp=99123dd063328c3b24da0438f9f1f5f392e57774;hpb=fc1dec6302b13f82de579685aa62506e704bf916;p=clamp.git diff --git a/pom.xml b/pom.xml index 99123dd0..e8b4ba00 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 @@ -254,39 +254,6 @@ - - org.apache.xmlgraphics - batik-svggen - 1.11 - - - xml-apis - xml-apis - - - - - org.apache.xmlgraphics - batik-svg-dom - 1.11 - - - xml-apis - xml-apis - - - - - org.apache.xmlgraphics - batik-transcoder - 1.11 - - - xml-apis - xml-apis - - - com.att.eelf eelf-core @@ -390,10 +357,6 @@ org.springframework.boot spring-boot-starter-json - - org.springframework - spring-web - @@ -506,6 +469,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -1242,7 +1210,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1263,6 +1230,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 + + +