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:
Steven Rowe 2013-03-27 18:31:18 +00:00
parent d3eb052c45
commit 2fe1c91963
1 changed files with 2 additions and 0 deletions

View File

@ -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}" />