Skip to content

Commit

Permalink
fix geode test failures (#411)
Browse files Browse the repository at this point in the history
* revert back to log4j 2.17.2 due to test failures

* Update Dependencies.scala
  • Loading branch information
pjfanning authored Jan 28, 2024
1 parent 9061690 commit 091d347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ object Dependencies {
Seq(
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % JacksonDatabindVersion,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % JacksonDatabindVersion,
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.22.1" % Test) ++ JacksonDatabindDependencies ++
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.22.1" % Test,
"ch.qos.logback" % "logback-classic" % LogbackForSlf4j2Version % Test) ++ JacksonDatabindDependencies ++
(if (isScala3.value)
Seq.empty // Equivalent and relevant shapeless functionality has been mainlined into Scala 3 language/stdlib
else Seq(
Expand Down

0 comments on commit 091d347

Please sign in to comment.