diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-23 06:54:30 +0000 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-23 06:54:35 +0000 |
commit | aebf52a2f362d74c435de17b48d97158d803352b (patch) | |
tree | fa97b5e446c65d8f80cc31f818bee2d58a721848 | |
parent | b66f6415a924df74ee671663f41b69735c17c707 (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |