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 <[email protected]> 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>
