Update hadoop-common to 2.10.2 (#371)
This commit is contained in:
parent
5040e7c638
commit
21beeb5b54
|
@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
|
|||
"org.wvlet.airframe" %% "airframe-log" % "22.9.3" % "test",
|
||||
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
|
||||
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
|
||||
"org.apache.hadoop" % "hadoop-common" % "2.7.7" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
)
|
||||
|
||||
enablePlugins(SbtOsgi)
|
||||
|
|
Loading…
Reference in New Issue