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:
Ryan McKinley 2008-12-03 21:03:33 +00:00
parent 58bd056214
commit 44fae80e05
7 changed files with 14 additions and 7 deletions

View File

@ -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
----------------------

View File

@ -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 -->

View File

@ -0,0 +1,2 @@
AnyObjectId[aa209b3887c90933cdc58c8c8572e90435e8e48d] was removed in git history.
Apache SVN contains full history.

View File

@ -1,2 +0,0 @@
AnyObjectId[12539f5edb014def00aefbf56e22a2509c641c56] was removed in git history.
Apache SVN contains full history.

View File

@ -1,2 +0,0 @@
AnyObjectId[7affdefcd2747f924d078dbe5e85bb1503532a4f] was removed in git history.
Apache SVN contains full history.

2
lib/commons-io-1.4.jar Normal file
View File

@ -0,0 +1,2 @@
AnyObjectId[133dc6cb35f5ca2c5920fd0933a557c2def88680] was removed in git history.
Apache SVN contains full history.

View File

@ -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 -->