Skip to content

Commit de11e05

Browse files
committed
Exclude log4j:log4j in favor of org.slf4j:log4j-over-slf4j
Closes gh-1660
1 parent 77bf3ad commit de11e05

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-starters/spring-boot-starter-data-solr

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
<dependency>
2626
<groupId>org.apache.solr</groupId>
2727
<artifactId>solr-solrj</artifactId>
28+
<exclusions>
29+
<exclusion>
30+
<groupId>log4j</groupId>
31+
<artifactId>log4j</artifactId>
32+
</exclusion>
33+
</exclusions>
2834
</dependency>
2935
<dependency>
3036
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)