Skip to content

Commit

Permalink
fix solr
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 27, 2024
1 parent 6e38dc1 commit 143ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ object Dependencies {
val Solr = Seq(
libraryDependencies ++= Seq(
"org.apache.solr" % "solr-solrj" % SolrjVersion, // ApacheV2
"org.apache.solr" % "solr-test-framework" % SolrjVersion % Test exclude ("org.apache.logging.log4j", "log4j-slf4j-impl"), // ApacheV2
"org.apache.solr" % "solr-test-framework" % SolrjVersion % Test, // ApacheV2
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT like: http://www.slf4j.org/license.html
),
resolvers += ("restlet" at "https://maven.restlet.com")
Expand Down

0 comments on commit 143ddea

Please sign in to comment.