We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719adb5 commit 8a1ab28Copy full SHA for 8a1ab28
build.sbt
@@ -814,7 +814,7 @@ lazy val defaultCore = (project in file("default-core"))
814
commonSettings,
815
skipReleaseSettings,
816
libraryDependencies ++= Seq(
817
- "org.apache.hadoop" % "hadoop-client" % "3.1.0", // Configuration, Path
+ "org.apache.hadoop" % "hadoop-client-api" % "3.3.1", // Configuration, Path
818
"io.delta" % "delta-storage" % "2.2.0", // LogStore
819
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2", // ObjectMapper
820
0 commit comments