Use latest and full version of ICU4J instead of Normalizer
authorDennis Schafroth <dennis@indexdata.com>
Thu, 10 Jan 2013 19:20:54 +0000 (20:20 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 10 Jan 2013 19:20:54 +0000 (20:20 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index e72d4c8..9562681 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>junit</artifactId>
                        <version>4.10</version>
                </dependency>
+<!-- 
                <dependency>
                        <groupId>com.ibm.icu.text</groupId>
                        <artifactId>normalizer</artifactId>
                        <version>1.3.1</version>
                </dependency>
+ -->
                <dependency>
                        <groupId>net.sourceforge.saxon</groupId>
                        <artifactId>saxon</artifactId>
                        <version>9.1.0.8</version>
                        <classifier>dom</classifier>
                </dependency>
+               <dependency>
+                       <groupId>com.ibm.icu</groupId>
+                       <artifactId>icu4j</artifactId>
+                       <version>50.1.1</version>
+               </dependency>
        </dependencies>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>