You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/05/10 19:42:29 UTC

[flume] branch trunk updated: Add slf4j back into test classpath

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f58f5421 Add slf4j back into test classpath
     new 67e41db1 Merge pull request #361 from tmgstevens/FLUME-3422
f58f5421 is described below

commit f58f5421e1a6026dda02567030296474cea7c66f
Author: Tristan Stevens <tr...@cloudera.com>
AuthorDate: Mon Apr 11 21:52:46 2022 -0400

    Add slf4j back into test classpath
---
 flume-ng-tests/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/flume-ng-tests/pom.xml b/flume-ng-tests/pom.xml
index cd37e002..2aed61fa 100644
--- a/flume-ng-tests/pom.xml
+++ b/flume-ng-tests/pom.xml
@@ -40,6 +40,17 @@
       <groupId>org.apache.flume</groupId>
       <artifactId>flume-ng-configuration</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <!-- only used for tests -->
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>