You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/12/31 21:31:49 UTC

svn commit: r1648774 - in /lucene/dev/branches/branch_5x: ./ dev-tools/ dev-tools/maven/solr/solrj/src/test/pom.xml.template

Author: uschindler
Date: Wed Dec 31 20:31:49 2014
New Revision: 1648774

URL: http://svn.apache.org/r1648774
Log:
Merged revision(s) 1648773 from lucene/dev/trunk:
SOLR-6895: Fix forbidden-apis also in Maven

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

Modified: lucene/dev/branches/branch_5x/dev-tools/maven/solr/solrj/src/test/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/dev-tools/maven/solr/solrj/src/test/pom.xml.template?rev=1648774&r1=1648773&r2=1648774&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/dev-tools/maven/solr/solrj/src/test/pom.xml.template (original)
+++ lucene/dev/branches/branch_5x/dev-tools/maven/solr/solrj/src/test/pom.xml.template Wed Dec 31 20:31:49 2014
@@ -127,7 +127,7 @@
               </signaturesFiles>
               <excludes>
                 <!-- violates the servlet-api restrictions, but it is safe to do so in this test: -->
-                <exclude>org/apache/solr/client/solrj/impl/BasicHttpSolrServerTest$DebugServlet.class</exclude>
+                <exclude>org/apache/solr/client/solrj/impl/BasicHttpSolrClientTest$DebugServlet.class</exclude>
               </excludes>
             </configuration>
             <goals>