Browse Source

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

Closes gh-1660
pull/2035/head
Andy Wilkinson 11 years ago
parent
commit
de11e05507
  1. 6
      spring-boot-starters/spring-boot-starter-data-solr/pom.xml

6
spring-boot-starters/spring-boot-starter-data-solr/pom.xml

@ -25,6 +25,12 @@ @@ -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>

Loading…
Cancel
Save