Skip to content

Commit

Permalink
Update hadoop-common to 2.7.7 (#313)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
xerial-bot committed Jan 28, 2023
1 parent d971f54 commit 76f8ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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)
Expand Down

0 comments on commit 76f8ff9

Please sign in to comment.