Update hadoop-common to 2.7.7 (#313)
* Update hadoop-common to 2.7.7
* Update hadoop-common to 2.7.7
* Revert commit(s) 93b35c0
* Update hadoop-common to 2.7.7
This commit is contained in:
parent
d971f545f9
commit
76f8ff902b
|
@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
|
|||
"org.wvlet.airframe" %% "airframe-log" % "22.9.2" % "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.3" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
"org.apache.hadoop" % "hadoop-common" % "2.7.7" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
)
|
||||
|
||||
enablePlugins(SbtOsgi)
|
||||
|
|
Loading…
Reference in New Issue