Remove unnecessary log4j exclusion
See gh-18833
This commit is contained in:
committed by
Stephane Nicoll
parent
b7f59eb7cb
commit
82a41a3ed0
@@ -2972,12 +2972,6 @@
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-spring-service-connector</artifactId>
|
||||
<version>${spring-cloud-connectors.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j</artifactId>
|
||||
<groupId>log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
|
||||
Reference in New Issue
Block a user