aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2018-01-23 06:54:30 +0000
committerHuabingZhao <zhao.huabing@zte.com.cn>2018-01-23 06:54:35 +0000
commitaebf52a2f362d74c435de17b48d97158d803352b (patch)
treefa97b5e446c65d8f80cc31f818bee2d58a721848
parentb66f6415a924df74ee671663f41b69735c17c707 (diff)
Fix the security issue about java-sdkamsterdam
Issue-ID: MSB-126 Change-Id: Ide7380df82c706001f3074e93244daed166ea247 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 78b539a..44cd985 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
+ <!--
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
@@ -61,7 +62,7 @@
<artifactId>logback-core</artifactId>
<version>1.1.3</version>
</dependency>
-
+ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>