pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Description: Use system installed icu (with Maven systemPath)
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2011-06-19
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -226,8 +226,9 @@
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.4.4</version>
- <scope>provided</scope>
+ <scope>system</scope>
<optional>true</optional>
+ <systemPath>/usr/share/java/icu4j.jar</systemPath>
</dependency>
<dependency>