mirror of https://github.com/apache/lucene.git
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:
parent
259604ec24
commit
16f17fa81d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue