From: Prudence Au Date: Wed, 10 Oct 2018 18:44:09 +0000 (-0400) Subject: Fix CLM security issues X-Git-Tag: 1.3.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f713dc41fa6453bfd5e199ef17321a1d915574c0;p=aai%2Fvalidation.git Fix CLM security issues Change-Id: Iccef61ae8921422ac840cfa0dd927a94010f7571 Signed-off-by: Prudence Au Issue-ID: AAI-1728 Issue-ID: AAI-1727 Issue-ID: AAI-1729 Issue-ID: AAI-1731 --- diff --git a/pom.xml b/pom.xml index 7aa85a5..58948a6 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ limitations under the License. ch.qos.logback - logback-core + logback-classic 1.2.3 @@ -112,8 +112,9 @@ limitations under the License. commons-collections - dom4j + org.dom4j dom4j + 2.1.1 org.eclipse.jetty @@ -300,37 +301,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - - attach-javadocs - generate-resources - - com.tenxerconsulting.swagger.doclet.ServiceDoclet - - com.tenxerconsulting - swagger-doclet - 1.1.3 - - apidocs - ${project.build.directory}/../staticContent - false - -apiVersion 1 -docBasePath - http://localhost:${serverPort}/services/validation-service/v1/static - -apiBasePath - http://localhost:${serverPort} - - - jar - - - - - org.apache.maven.plugins maven-surefire-plugin