Browse Source

Use ICU4J from Maven central (#13252)

Change-Id: Id3837571a0fac020819c83e2bae17eda8ca51267
tags/7.2.0.beta1
Artur Signell 10 years ago
parent
commit
6cc39b3848
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      client-compiler/ivy.xml

+ 3
- 0
client-compiler/ivy.xml View File

@@ -74,6 +74,9 @@
<dependency org="xml-apis" name="xml-apis" rev="1.4.01"
conf="build,ide -> default" />

<dependency org="com.ibm.icu" name="icu4j" rev="50.1.1"
conf="build,ide -> default" />
<dependency org="com.vaadin" name="vaadin-client-compiler-deps"
rev="1.0.2" conf="build,ide -> default" />


Loading…
Cancel
Save