upd to icu4j-57_1

This commit is contained in:
reger 2016-05-23 02:47:16 +02:00
parent 6bf9c55584
commit 2422626975
4 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
<classpathentry kind="lib" path="lib/lucene-suggest-5.5.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-backward-codecs-5.5.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-56_1.jar"/>
<classpathentry kind="lib" path="lib/icu4j-57_1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>

View File

@ -179,7 +179,7 @@
<pathelement location="${lib}/httpclient-4.5.2.jar" />
<pathelement location="${lib}/httpcore-4.4.4.jar" />
<pathelement location="${lib}/httpmime-4.5.2.jar" />
<pathelement location="${lib}/icu4j-56_1.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" />

View File

@ -377,7 +377,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>56.1</version>
<version>57.1</version>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>