From f713dc41fa6453bfd5e199ef17321a1d915574c0 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Wed, 10 Oct 2018 14:44:09 -0400 Subject: 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 --- pom.xml | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) 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 -- cgit 1.2.3-korg