mirror of https://github.com/apache/lucene.git
SOLR-3541 add missing solrj dependencies to binary package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a15a51276d
commit
34082f1a44
|
@ -494,6 +494,9 @@ Bug Fixes
|
|||
* SOLR-2352: Fixed TermVectorComponent so that it will not fail if the fl
|
||||
param contains globs or psuedo-fields (hossman)
|
||||
|
||||
* SOLR-3541: add missing solrj dependencies to binary packages.
|
||||
(Thijs Vonk via siren)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -35,7 +35,9 @@
|
|||
<fileset dir="${common-solr.dir}/lib">
|
||||
<include name="commons-codec-*.jar"/>
|
||||
<include name="commons-io-*.jar"/>
|
||||
<include name="commons-httpclient-*.jar"/>
|
||||
<include name="httpcore*.jar"/>
|
||||
<include name="httpclient*.jar"/>
|
||||
<include name="httpmime*.jar"/>
|
||||
<include name="*stax-*.jar" />
|
||||
<include name="wstx-*.jar" />
|
||||
<include name="jcl-over-slf4j-*.jar" />
|
||||
|
|
Loading…
Reference in New Issue