Skip to content

Commit

Permalink
use more recent odf-toolkit with no log4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Dec 6, 2022
1 parent 0c4bddc commit 7019ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ val buildSettings = Seq(
"org.mariadb.jdbc" % "mariadb-java-client" % "3.1.0",
"mysql" % "mysql-connector-java" % "8.0.31",
// Libreoffice document API
"org.apache.odftoolkit" % "simple-odf" % "0.8.2-incubating" withSources(),
"org.apache.odftoolkit" % "simple-odf" % "0.8.2-incubating" withSources(),
"org.odftoolkit" % "simple-odf" % "0.9.0" withSources(),
"com.scalapenos" %% "stamina-json" % "0.1.6", // ### NO Scala 3
"net.virtual-void" %% "json-lenses" % "0.6.2",
// s3
Expand All @@ -115,7 +114,8 @@ val buildSettings = Seq(
)
},
dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1"
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
"log4j" %% "log4j" % "1.2.17"
)
)

Expand Down

0 comments on commit 7019ee7

Please sign in to comment.