LUCENE-3521: Maven configuration: upgrade ICU4J dependency to v4.8.1.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-24 15:32:31 +00:00
parent af02ff68ad
commit 55eebdfdbf
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>4.8</version>
<version>4.8.1.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>