Commit de11e055 authored by Andy Wilkinson's avatar Andy Wilkinson

Exclude log4j:log4j in favor of org.slf4j:log4j-over-slf4j

Closes gh-1660
parent 77bf3ad9
......@@ -25,6 +25,12 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment