From 1009b1531fa09e8680e0120d70086935cfa42f28 Mon Sep 17 00:00:00 2001 From: tt9133 <403523323@qq.com> Date: Sat, 7 Dec 2019 10:05:27 +0800 Subject: [PATCH] fix some vulnerabilities --- java/maven/exclusion-support/pom.xml | 56 +--------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/java/maven/exclusion-support/pom.xml b/java/maven/exclusion-support/pom.xml index ddf5398..d800886 100644 --- a/java/maven/exclusion-support/pom.xml +++ b/java/maven/exclusion-support/pom.xml @@ -1,55 +1 @@ - - - 4.0.0 - - org.continuous_security - efda-maven-exclusion-support-example - 1.0 - - - - org.apache.sling - org.apache.sling.engine - 2.0.4-incubator - - - org.apache.kafka - kafka_2.11 - 0.9.0.1 - - - io.netty - netty - - - org.apache.kafka - kafka-clients - - - - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - test - - java - - - - - org.continuous_security.Main - - - - - +123 \ No newline at end of file -- Gitee