aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/pom.xml
diff options
context:
space:
mode:
authorGuoQiang Li <witgo@qq.com>2014-08-01 23:55:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-01 23:55:11 -0700
commitadc8303294e26efb4ed15e5f5ba1062f7988625d (patch)
tree09d3231b718713f384e51711b31d737c5edcf6c7 /sql/catalyst/pom.xml
parent4bc3bb29a4b6ab24b6b7e1f8df26414c41c80ace (diff)
downloadspark-adc8303294e26efb4ed15e5f5ba1062f7988625d.tar.gz
spark-adc8303294e26efb4ed15e5f5ba1062f7988625d.tar.bz2
spark-adc8303294e26efb4ed15e5f5ba1062f7988625d.zip
[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directly sfl4j api
Author: GuoQiang Li <witgo@qq.com> Closes #1369 from witgo/SPARK-1470_new and squashes the following commits: 66a1641 [GuoQiang Li] IncompatibleResultTypeProblem 73a89ba [GuoQiang Li] Use the scala-logging wrapper instead of the directly sfl4j api.
Diffstat (limited to 'sql/catalyst/pom.xml')
-rw-r--r--sql/catalyst/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 54fa96baa1..58d44e7923 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -55,11 +55,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.typesafe</groupId>
- <artifactId>scalalogging-slf4j_${scala.binary.version}</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>