Update hadoop-common to 2.10.2 (#371)

This commit is contained in:
xerial-bot 2023-01-27 20:30:37 -08:00 committed by GitHub
parent 5040e7c638
commit 21beeb5b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)