Skip to content

Commit

Permalink
remove conflict artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
srbd committed Mar 13, 2024
1 parent ddd46da commit 9b7a400
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ lazy val backend = (project in file("backend"))
"com.pff" % "java-libpst" % "0.9.3",
// NOTE: When you update tika you need to check if there are any updates required to be made to the
// conf/org/apache/tika/mimecustom-mimetypes.xml file
<<<<<<< Updated upstream
// (Seems to be OK as of 2.9.1: https://tika.apache.org/2.9.1/parser_guide.html)
"org.apache.tika" % "tika-parsers-standard-package" % "2.9.1",
"org.apache.tika" % "tika-core" % "2.9.1",
=======
// (Seems to be OK as of 2.7.0: https://tika.apache.org/2.7.0/parser_guide.html)
"org.apache.tika" % "tika-parsers-standard-package" % "2.7.0",
"org.apache.tika" % "tika-core" % "2.7.0",
"org.apache.commons" % "commons-compress" % "1.26.0",
>>>>>>> Stashed changes
"org.apache.logging.log4j" % "log4j-to-slf4j" % log4jVersion,
"org.apache.logging.log4j" % "log4j-api" % log4jVersion,
"org.apache.logging.log4j" % "log4j-core" % log4jVersion,
Expand Down

0 comments on commit 9b7a400

Please sign in to comment.