Update hadoop-common to 3.4.1
This commit is contained in:
parent
85966bbb1b
commit
a06502358e
|
@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
|
|||
"org.wvlet.airframe" %% "airframe-log" % "24.9.3" % "test",
|
||||
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
|
||||
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
|
||||
"org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||
)
|
||||
|
||||
enablePlugins(SbtOsgi)
|
||||
|
|
Loading…
Reference in New Issue