GH-279 added Log4J-1 support

This commit is contained in:
Oleg Zhurakousky
2018-01-09 15:41:49 -05:00
committed by Gary Russell
parent 0b4ccdefce
commit d13d92131c
2 changed files with 5 additions and 6 deletions

View File

@@ -49,6 +49,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
</dependencies>
</project>

View File

@@ -62,11 +62,5 @@
<artifactId>spring-cloud-stream-binder-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>