mirror of https://github.com/apache/lucene.git
SOLR-4649: The Solr .war should not include (test-scope-only) cglib-nodep and objenesis jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3eb052c45
commit
2fe1c91963
|
@ -50,6 +50,8 @@
|
|||
<lib dir="${common-solr.dir}/core/lib" excludes="${exclude.from.war},${common.classpath.excludes}">
|
||||
<exclude name="*servlet-api*.jar" />
|
||||
<exclude name="easymock-*.jar" />
|
||||
<exclude name="cglib-nodep-*.jar" />
|
||||
<exclude name="objenesis-*.jar" />
|
||||
</lib>
|
||||
<lib dir="${common-solr.dir}/solrj/lib" excludes="${exclude.from.war},${common.classpath.excludes}"/>
|
||||
<lib dir="${lucene-libs}" excludes="${exclude.from.war},${common.classpath.excludes}" />
|
||||
|
|
Loading…
Reference in New Issue