Issue 3751: Remove ICU4J dependency.
This is only used in a handful of places. The core java libraries provide the same functionality but with a less exchaustive locale database. The IBM ICU is more up to date than the Java version but is otherwise identical. see: https://unicode-org.github.io/icu/userguide/icu4j/#introduction-to-icu4j
This commit is contained in:
parent
15cb4d7467
commit
5ec99a2204
5 changed files with 4 additions and 12 deletions
5
dependencies/pom.xml
vendored
5
dependencies/pom.xml
vendored
|
@ -65,11 +65,6 @@
|
|||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>59.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>imageio-jpeg</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue