mirror of https://github.com/apache/lucene.git
SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58bd056214
commit
44fae80e05
|
@ -165,6 +165,8 @@ Other Changes
|
|||
|
||||
6. SOLR-465: Upgraded to Lucene 2.9-dev (r719351) (shalin)
|
||||
|
||||
7. SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar (ryan)
|
||||
|
||||
|
||||
Build
|
||||
----------------------
|
||||
|
|
|
@ -59,12 +59,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Stax -->
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[aa209b3887c90933cdc58c8c8572e90435e8e48d] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[12539f5edb014def00aefbf56e22a2509c641c56] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[7affdefcd2747f924d078dbe5e85bb1503532a4f] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[133dc6cb35f5ca2c5920fd0933a557c2def88680] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -91,7 +91,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Solr specific commons csv -->
|
||||
|
|
Loading…
Reference in New Issue