LUCENE-3634: Maven configuration: Added ICU dependency to benchmark module.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-05 16:02:38 +00:00
parent d4505e65e3
commit d44531d05f
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@
<artifactId>lucene-xercesImpl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>