Added Log4J-1 dependency

Added Log4J-1.2.17 dependency since it has been removed by boot yet it is still required by Kafka
This commit is contained in:
Oleg Zhurakousky
2017-11-28 15:47:36 -05:00
parent 77cbfe2858
commit 9a02fa69ac

View File

@@ -46,7 +46,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
</dependency>
<dependency>
@@ -69,6 +69,13 @@
</exclusion>
</exclusions>
</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>