You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/11/29 23:15:30 UTC

svn commit: r1415411 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/maven/solr/solrj/src/java/pom.xml.template

Author: sarowe
Date: Thu Nov 29 22:15:29 2012
New Revision: 1415411

URL: http://svn.apache.org/viewvc?rev=1415411&view=rev
Log:
SOLR-3602: Maven configuration: Exclude new zookeeper 3.4.5 transitive dependency org.slf4j:slf4j-log4j12 (merge trunk r1415408)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/maven/solr/solrj/src/java/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/solr/solrj/src/java/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/solr/solrj/src/java/pom.xml.template?rev=1415411&r1=1415410&r2=1415411&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/solr/solrj/src/java/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/solr/solrj/src/java/pom.xml.template Thu Nov 29 22:15:29 2012
@@ -63,6 +63,10 @@
           <artifactId>log4j</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jline</groupId>
           <artifactId>jline</artifactId>
         </exclusion>