Skip to content

Commit 60ba3ec

Browse files
committed
minor clean up
1 parent 71f6a7f commit 60ba3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ lazy val scaldingThriftMacros = module("thrift-macros")
541541
"org.apache.hadoop" % "hadoop-client" % hadoopVersion % "test",
542542
"org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion % "test",
543543
"org.apache.hadoop" % "hadoop-client" % hadoopVersion % "test",
544-
"org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion,
544+
"org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion % "test",
545545
"org.apache.hadoop" % "hadoop-yarn-server-tests" % hadoopVersion classifier "tests",
546546
"org.apache.hadoop" % "hadoop-yarn-server" % hadoopVersion % "test",
547547
"org.apache.hadoop" % "hadoop-hdfs" % hadoopVersion classifier "tests",

0 commit comments

Comments
 (0)