Trimming deps down from hadoop-client to just hadoop-common. Scalding REPL needs org.apache.hadoop.conf.Configuration even in local mode.

This commit is contained in:
Sriram Krishnan 2015-12-27 23:27:34 -08:00
parent 5c8056cb1b
commit 083f05904b

View file

@ -97,9 +97,10 @@
<version>${scala.version}</version>
</dependency>
<!-- Scalding REPL needs org.apache.hadoop.conf.Configuration even in local mode -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
</dependency>
</dependencies>