Upgraded com.twelvemonkeys.imageio dependencies from 3.3.1 to 3.3.2

This commit is contained in:
luccioman 2017-11-09 09:30:20 +01:00
parent fcd57e2d0f
commit 8f07df5f85
11 changed files with 16 additions and 16 deletions

View File

@ -91,13 +91,13 @@
<classpathentry kind="lib" path="lib/jsoup-1.10.3.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.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/common-image-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/common-io-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/common-lang-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/imageio-core-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/imageio-metadata-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/imageio-tiff-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/imageio-bmp-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/jsonic-1.3.10.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.1.0.jar"/>

View File

@ -174,9 +174,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.3.1.jar" />
<pathelement location="${lib}/common-io-3.3.1.jar" />
<pathelement location="${lib}/common-lang-3.3.1.jar" />
<pathelement location="${lib}/common-image-3.3.2.jar" />
<pathelement location="${lib}/common-io-3.3.2.jar" />
<pathelement location="${lib}/common-lang-3.3.2.jar" />
<pathelement location="${lib}/commons-codec-1.10.jar" />
<pathelement location="${lib}/commons-compress-1.14.jar" />
<pathelement location="${lib}/commons-fileupload-1.3.3.jar" />
@ -192,10 +192,10 @@
<pathelement location="${lib}/httpcore-4.4.6.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
<pathelement location="${lib}/icu4j-60.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}/imageio-bmp-3.3.2.jar" />
<pathelement location="${lib}/imageio-core-3.3.2.jar" />
<pathelement location="${lib}/imageio-metadata-3.3.2.jar" />
<pathelement location="${lib}/imageio-tiff-3.3.2.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.

BIN
lib/imageio-tiff-3.3.2.jar Normal file

Binary file not shown.

View File

@ -429,13 +429,13 @@
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-bmp</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-tiff</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<type>jar</type>
</dependency>
<dependency>