mirror of https://github.com/apache/lucene.git
SOLR-7227: Be sure to not put servlet.jar into webapp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e406606ed
commit
27aa993b15
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<import file="../common-build.xml"/>
|
<import file="../common-build.xml"/>
|
||||||
|
|
||||||
<property name="exclude.from.webapp" value="*slf4j*,log4j-*" />
|
<property name="exclude.from.webapp" value="*slf4j*,log4j-*,*javax.servlet*" />
|
||||||
|
|
||||||
<!-- this module has no javadocs -->
|
<!-- this module has no javadocs -->
|
||||||
<target name="javadocs"/>
|
<target name="javadocs"/>
|
||||||
|
|
Loading…
Reference in New Issue