upd to icu4j-58_2.jar

pull/114/head
reger 8 years ago
parent a2afb4bae0
commit c4b90eae98

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

@ -189,7 +189,7 @@
<pathelement location="${lib}/httpclient-4.5.3.jar" />
<pathelement location="${lib}/httpcore-4.4.6.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
<pathelement location="${lib}/icu4j-57_1.jar" />
<pathelement location="${lib}/icu4j-58_2.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" />

@ -423,7 +423,8 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>57.1</version>
<version>58.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>

Loading…
Cancel
Save