Remove log4j from Kafka Streams binder

This commit is contained in:
Soby Chacko
2020-01-07 17:05:00 -05:00
parent 6091a1de51
commit 25ac3b75e3

View File

@@ -54,13 +54,6 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
</dependency>
<!-- Added back since Kafka still depends on it, but it has been removed by Boot due to EOL -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-test</artifactId>
@@ -121,4 +114,4 @@
</plugin>
</plugins>
</build>
</project>
</project>