diff options
author | Congcong Peng <peng.congcong@zte.com.cn> | 2018-03-01 14:17:23 +0800 |
---|---|---|
committer | Congcong Peng <peng.congcong@zte.com.cn> | 2018-03-01 14:17:23 +0800 |
commit | 7605bdd5ca1ab64f449c930bbab5440f88b4386b (patch) | |
tree | 6db44aed338b2268efffcef291b7fa3b230d663c | |
parent | 22e33b718bba9f5cd585acf77070d7cee5fc4337 (diff) |
remove dependency
Issue-ID: HOLMES-115
Change-Id: Id4bfb1a9e849a29191558da7fec202e5b7220ed6
Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
-rw-r--r-- | dmaap-dsa/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index e47d9ab..debda23 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -78,6 +78,10 @@ <artifactId>logback</artifactId> </exclusion> <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> <artifactId>log4j-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> |