You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vo...@apache.org on 2019/12/17 12:48:25 UTC

[drill] 02/12: DRILL-7470: Remove conflicting logback-classic dependency in drill-yarn

This is an automated email from the ASF dual-hosted git repository.

volodymyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 19b5f17df6769b70d9f9ed833b131400217d298e
Author: Anton Gozhiy <an...@gmail.com>
AuthorDate: Fri Dec 6 19:32:50 2019 +0200

    DRILL-7470: Remove conflicting logback-classic dependency in drill-yarn
    
    closes #1920
---
 drill-yarn/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index 57d2073..454c2f8 100644
--- a/drill-yarn/pom.xml
+++ b/drill-yarn/pom.xml
@@ -125,14 +125,6 @@
       <artifactId>config</artifactId>
     </dependency>
 
-    <!-- Logging -->
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <version>1.0.13</version>
-      <scope>test</scope>
-    </dependency>
-
     <!--  Testing -->
     <dependency>
       <groupId>org.apache.drill</groupId>