mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-22 09:14:38 -04:00
upd to ImageIO 3.3.1
This commit is contained in:
14
.classpath
14
.classpath
@ -90,13 +90,13 @@
|
||||
<classpathentry kind="lib" path="lib/jsoup-1.10.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/weupnp-0.1.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-image-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-io-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-lang-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-core-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-metadata-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-tiff-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-bmp-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-image-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-io-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/common-lang-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-core-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-metadata-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-tiff-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/imageio-bmp-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jsonic-1.2.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/langdetect.jar"/>
|
||||
<classpathentry kind="output" path="gen"/>
|
||||
|
14
build.xml
14
build.xml
@ -163,9 +163,9 @@
|
||||
<pathelement location="${lib}/bcmail-jdk15-1.46.jar" />
|
||||
<pathelement location="${lib}/bcprov-jdk15-1.46.jar" />
|
||||
<pathelement location="${lib}/chardet.jar" />
|
||||
<pathelement location="${lib}/common-image-3.2.1.jar" />
|
||||
<pathelement location="${lib}/common-io-3.2.1.jar" />
|
||||
<pathelement location="${lib}/common-lang-3.2.1.jar" />
|
||||
<pathelement location="${lib}/common-image-3.3.1.jar" />
|
||||
<pathelement location="${lib}/common-io-3.3.1.jar" />
|
||||
<pathelement location="${lib}/common-lang-3.3.1.jar" />
|
||||
<pathelement location="${lib}/commons-codec-1.10.jar" />
|
||||
<pathelement location="${lib}/commons-compress-1.12.jar" />
|
||||
<pathelement location="${lib}/commons-fileupload-1.3.2.jar" />
|
||||
@ -180,10 +180,10 @@
|
||||
<pathelement location="${lib}/httpcore-4.4.5.jar" />
|
||||
<pathelement location="${lib}/httpmime-4.5.2.jar" />
|
||||
<pathelement location="${lib}/icu4j-57_1.jar" />
|
||||
<pathelement location="${lib}/imageio-bmp-3.2.1.jar" />
|
||||
<pathelement location="${lib}/imageio-core-3.2.1.jar" />
|
||||
<pathelement location="${lib}/imageio-metadata-3.2.1.jar" />
|
||||
<pathelement location="${lib}/imageio-tiff-3.2.1.jar" />
|
||||
<pathelement location="${lib}/imageio-bmp-3.3.1.jar" />
|
||||
<pathelement location="${lib}/imageio-core-3.3.1.jar" />
|
||||
<pathelement location="${lib}/imageio-metadata-3.3.1.jar" />
|
||||
<pathelement location="${lib}/imageio-tiff-3.3.1.jar" />
|
||||
<pathelement location="${lib}/J7Zip-modified.jar" />
|
||||
<pathelement location="${lib}/jakarta-oro-2.0.8.jar" />
|
||||
<pathelement location="${lib}/jaudiotagger-2.0.4-20111207.115108-15.jar" />
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/imageio-tiff-3.3.1.jar
Normal file
BIN
lib/imageio-tiff-3.3.1.jar
Normal file
Binary file not shown.
6
pom.xml
6
pom.xml
@ -426,12 +426,14 @@
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>imageio-bmp</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<version>3.3.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>imageio-tiff</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<version>3.3.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org</groupId>
|
||||
|
Reference in New Issue
Block a user