You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2019/03/16 03:55:46 UTC

[storm] branch master updated: STORM-3356: Exclude slf4j-binding from Hive dependencies

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

kabhwan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cfbe07  STORM-3356: Exclude slf4j-binding from Hive dependencies
     new 8848bb8  Merge branch 'STORM-3356' of https://github.com/srdo/storm into STORM-3356-merge
2cfbe07 is described below

commit 2cfbe073848ef7074a26f0929c934a4f283793fc
Author: Stig Rohde Døssing <sr...@apache.org>
AuthorDate: Tue Mar 12 12:43:48 2019 +0100

    STORM-3356: Exclude slf4j-binding from Hive dependencies
---
 external/storm-autocreds/pom.xml |  8 ++++++++
 external/storm-hive/pom.xml      | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index d819145..1851256 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -133,6 +133,10 @@
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-slf4j-impl</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-core</artifactId>
                 </exclusion>
@@ -156,6 +160,10 @@
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-slf4j-impl</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-avatica</artifactId>
                 </exclusion>
diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml
index 2fd8ae5..424fe53 100644
--- a/external/storm-hive/pom.xml
+++ b/external/storm-hive/pom.xml
@@ -72,6 +72,10 @@
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
         <exclusion>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-slf4j-impl</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.calcite</groupId>
           <artifactId>calcite-core</artifactId>
         </exclusion>
@@ -92,6 +96,10 @@
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
         <exclusion>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-slf4j-impl</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.calcite</groupId>
           <artifactId>calcite-avatica</artifactId>
         </exclusion>
@@ -111,6 +119,10 @@
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
         <exclusion>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-slf4j-impl</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.calcite</groupId>
           <artifactId>calcite-core</artifactId>
         </exclusion>