SOLR-6895: Fix forbidden-apis also in Maven

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-12-31 20:30:56 +00:00
parent 259604ec24
commit 16f17fa81d
1 changed files with 1 additions and 1 deletions

View File

@ -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>