We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f6a7f commit 60ba3ecCopy full SHA for 60ba3ec
project/Build.scala
@@ -541,7 +541,7 @@ lazy val scaldingThriftMacros = module("thrift-macros")
541
"org.apache.hadoop" % "hadoop-client" % hadoopVersion % "test",
542
"org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion % "test",
543
544
- "org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion,
+ "org.apache.hadoop" % "hadoop-minicluster" % hadoopVersion % "test",
545
"org.apache.hadoop" % "hadoop-yarn-server-tests" % hadoopVersion classifier "tests",
546
"org.apache.hadoop" % "hadoop-yarn-server" % hadoopVersion % "test",
547
"org.apache.hadoop" % "hadoop-hdfs" % hadoopVersion classifier "tests",
0 commit comments