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 2011/10/04 22:59:08 UTC

svn commit: r1178948 - in /lucene/dev/branches/branch_3x: dev-tools/maven/solr/webapp/pom.xml.template solr/NOTICE.txt

Author: sarowe
Date: Tue Oct  4 20:59:08 2011
New Revision: 1178948

URL: http://svn.apache.org/viewvc?rev=1178948&view=rev
Log:
SOLR-2303: remove the last log4j vestiges

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/solr/webapp/pom.xml.template
    lucene/dev/branches/branch_3x/solr/NOTICE.txt

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/solr/webapp/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/solr/webapp/pom.xml.template?rev=1178948&r1=1178947&r2=1178948&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/solr/webapp/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/solr/webapp/pom.xml.template Tue Oct  4 20:59:08 2011
@@ -66,10 +66,6 @@
           <artifactId>dom4j</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>javax.activation</groupId>
           <artifactId>activation</artifactId>
         </exclusion>

Modified: lucene/dev/branches/branch_3x/solr/NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/NOTICE.txt?rev=1178948&r1=1178947&r2=1178948&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/NOTICE.txt (original)
+++ lucene/dev/branches/branch_3x/solr/NOTICE.txt Tue Oct  4 20:59:08 2011
@@ -12,7 +12,6 @@ including, but not limited to:
   - Apache Tomcat (lib/servlet-api-2.4.jar)
   - Apache Commons
   - Apache Geronimo (stax API jar)
-  - Apache Log4j (contrib/clustering)
 
 This product includes tests written with EasyMock Copyright 2001-2007
 Tammo Freese (http://www.easymock.org/)