mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-22 09:14:38 -04:00
upd to commons-fileupload-1.3.3.jar
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jsch-0.1.54.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
|
||||
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
|
||||
|
@ -179,7 +179,7 @@
|
||||
<pathelement location="${lib}/common-lang-3.3.1.jar" />
|
||||
<pathelement location="${lib}/commons-codec-1.10.jar" />
|
||||
<pathelement location="${lib}/commons-compress-1.14.jar" />
|
||||
<pathelement location="${lib}/commons-fileupload-1.3.2.jar" />
|
||||
<pathelement location="${lib}/commons-fileupload-1.3.3.jar" />
|
||||
<pathelement location="${lib}/commons-io-2.5.jar" />
|
||||
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
|
||||
<pathelement location="${lib}/commons-lang-2.6.jar" />
|
||||
|
Binary file not shown.
BIN
lib/commons-fileupload-1.3.3.jar
Normal file
BIN
lib/commons-fileupload-1.3.3.jar
Normal file
Binary file not shown.
7
pom.xml
7
pom.xml
@ -374,7 +374,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.3.3</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -492,11 +492,6 @@
|
||||
<artifactId>log4j-over-slf4j</artifactId>
|
||||
<version>1.7.24</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-core</artifactId>
|
||||
<version>${solr.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.drewnoakes</groupId>
|
||||
|
Reference in New Issue
Block a user