This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch scala3 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 88655fb809a0c291e81bef977499b4a7c3e93acb Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 10 13:34:21 2023 +0100 scala3 support for hdfs (#156) --- project/Dependencies.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7911b958d..3d2f90082 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -272,11 +272,10 @@ object Dependencies { val HadoopVersion = "3.2.1" val Hdfs = Seq( - crossScalaVersions -= Scala3, libraryDependencies ++= Seq( ("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j", "log4j").exclude("org.slf4j", - "slf4j-log4j12"), - "org.typelevel" %% "cats-core" % "2.0.0", + "slf4j-log4j12"), // ApacheV2 + "org.typelevel" %% "cats-core" % "2.9.0", // MIT, ("org.apache.hadoop" % "hadoop-hdfs" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j", "slf4j-log4j12"), ("org.apache.hadoop" % "hadoop-common" % HadoopVersion % Test).exclude("log4j", "log4j").exclude("org.slf4j", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
