Update hadoop-common to 3.4.1 (#611)

This commit is contained in:
xerial-bot 2025-01-08 11:46:21 -08:00 committed by GitHub
parent 192e0ee286
commit ec23d7c611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
"org.wvlet.airframe" %% "airframe-log" % "24.12.2" % "test", "org.wvlet.airframe" %% "airframe-log" % "24.12.2" % "test",
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided", "org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test", "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) enablePlugins(SbtOsgi)