You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2018/07/05 21:25:43 UTC

[6/6] any23 git commit: ANY23-356 removed multiple slf4j bindings from classpath

ANY23-356 removed multiple slf4j bindings from classpath


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/eb5bd093
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/eb5bd093
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/eb5bd093

Branch: refs/heads/master
Commit: eb5bd0939ce3d94b689ad5782cc22ead96dd066d
Parents: 3c8ee56
Author: Hans <fi...@gmail.com>
Authored: Thu Jul 5 15:53:27 2018 -0500
Committer: Hans <fi...@gmail.com>
Committed: Thu Jul 5 15:53:27 2018 -0500

----------------------------------------------------------------------
 plugins/basic-crawler/pom.xml | 11 ++++++++++-
 plugins/openie/pom.xml        | 20 ++++++++++++++++++++
 service/pom.xml               | 20 ++++++++++++++++++++
 3 files changed, 50 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/eb5bd093/plugins/basic-crawler/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index b864b92..6229192 100644
--- a/plugins/basic-crawler/pom.xml
+++ b/plugins/basic-crawler/pom.xml
@@ -77,6 +77,16 @@
       <version>4.4.0</version>
       <type>jar</type>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- The CLI interfaces -->
@@ -90,7 +100,6 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>${slf4j.logger.version}</version>
       <scope>provided</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/any23/blob/eb5bd093/plugins/openie/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml
index 86ec554..adfb838 100644
--- a/plugins/openie/pom.xml
+++ b/plugins/openie/pom.xml
@@ -50,6 +50,16 @@
       <artifactId>openie_2.11</artifactId>
       <version>${openie_2.11.version}</version>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.allenai.openie</groupId>
@@ -57,6 +67,16 @@
       <version>${openie_2.11.version}</version>
       <scope>compile</scope>
       <type>pom</type>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>edu.washington.cs.knowitall</groupId>

http://git-wip-us.apache.org/repos/asf/any23/blob/eb5bd093/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index fc3d8ba..b29a068 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -55,6 +55,16 @@
       <artifactId>openie_2.11</artifactId>
       <version>${openie_2.11.version}</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.allenai.openie</groupId>
@@ -62,6 +72,16 @@
       <version>${openie_2.11.version}</version>
       <scope>provided</scope>
       <type>pom</type>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>edu.washington.cs.knowitall</groupId>