You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/03/06 02:08:12 UTC

[incubator-pulsar] branch master updated: Ignore log4j coming from bookkeeper-server:tests (#1342)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1013f04  Ignore log4j coming from bookkeeper-server:tests (#1342)
1013f04 is described below

commit 1013f0490b6cae30849c06000a2d337618171e61
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Mon Mar 5 18:08:10 2018 -0800

    Ignore log4j coming from bookkeeper-server:tests (#1342)
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index df7b919..2b213bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,14 @@ flexible messaging model and an intuitive client API.</description>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+            <groupId>log4j</groupId>
+        </exclusion>
+          <exclusion>
+            <groupId>org.jboss.netty</groupId>
+            <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.