mirror of https://github.com/apache/lucene.git
SOLR-12617: Remove Commons BeanUtils as a dependency
This commit is contained in:
parent
2a41cbd192
commit
e3cdb395a4
|
@ -46,7 +46,6 @@ com.sun.jersey.version = 1.9
|
||||||
|
|
||||||
/com.tdunning/t-digest = 3.1
|
/com.tdunning/t-digest = 3.1
|
||||||
/com.vaadin.external.google/android-json = 0.0.20131108.vaadin1
|
/com.vaadin.external.google/android-json = 0.0.20131108.vaadin1
|
||||||
/commons-beanutils/commons-beanutils = 1.8.3
|
|
||||||
/commons-cli/commons-cli = 1.2
|
/commons-cli/commons-cli = 1.2
|
||||||
/commons-codec/commons-codec = 1.10
|
/commons-codec/commons-codec = 1.10
|
||||||
/commons-collections/commons-collections = 3.2.2
|
/commons-collections/commons-collections = 3.2.2
|
||||||
|
|
|
@ -250,6 +250,8 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-12164: Improve Ref Guide main landing page. (Cassandra Targett)
|
* SOLR-12164: Improve Ref Guide main landing page. (Cassandra Targett)
|
||||||
|
|
||||||
|
* SOLR-12617: Remove Commons BeanUtils as a dependency (Varun Thacker)
|
||||||
|
|
||||||
================== 7.4.0 ==================
|
================== 7.4.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
<conf name="test" transitive="false"/>
|
<conf name="test" transitive="false"/>
|
||||||
</configurations>
|
</configurations>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency org="commons-beanutils" name="commons-beanutils" rev="${/commons-beanutils/commons-beanutils}" conf="compile"/>
|
|
||||||
<dependency org="commons-collections" name="commons-collections" rev="${/commons-collections/commons-collections}" conf="compile"/>
|
<dependency org="commons-collections" name="commons-collections" rev="${/commons-collections/commons-collections}" conf="compile"/>
|
||||||
<dependency org="org.apache.velocity" name="velocity" rev="${/org.apache.velocity/velocity}" conf="compile"/>
|
<dependency org="org.apache.velocity" name="velocity" rev="${/org.apache.velocity/velocity}" conf="compile"/>
|
||||||
<dependency org="org.apache.velocity" name="velocity-tools" rev="${/org.apache.velocity/velocity-tools}" conf="compile"/>
|
<dependency org="org.apache.velocity" name="velocity-tools" rev="${/org.apache.velocity/velocity-tools}" conf="compile"/>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
686ef3410bcf4ab8ce7fd0b899e832aaba5facf7
|
|
Loading…
Reference in New Issue