diff options
author | Congcong Peng <peng.congcong@zte.com.cn> | 2018-03-01 09:22:42 +0800 |
---|---|---|
committer | Congcong Peng <peng.congcong@zte.com.cn> | 2018-03-01 09:22:42 +0800 |
commit | 22e33b718bba9f5cd585acf77070d7cee5fc4337 (patch) | |
tree | f63bcbed1e2bfabf37bb74a9d03bedcf36236319 /dmaap-dsa | |
parent | bf80e854b11fc8570ceb0ea161a95803a346fb8b (diff) |
remove dependency
Issue-ID: HOLMES-115
Change-Id: I70500e20e5ec69846c0cb1f361d441b3158079d3
Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa')
-rw-r--r-- | dmaap-dsa/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index 09364e7..e47d9ab 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -39,7 +39,7 @@ </exclusion> <exclusion> <groupId>ch.qos.logback</groupId> - <artifactId>logback</artifactId> + <artifactId>logback-classic</artifactId> </exclusion> </exclusions> </dependency> |