diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-22 20:08:46 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-27 16:15:17 +0200 |
commit | 6cc39b3848e5dc4e678a6cf26afbd4542260827a (patch) | |
tree | 742fd6fd7dc3237b2d783a268dcb307309a987fa /client-compiler | |
parent | 881fca3dad51eb95378c99a22dbb4d988ac24cf1 (diff) | |
download | vaadin-framework-6cc39b3848e5dc4e678a6cf26afbd4542260827a.tar.gz vaadin-framework-6cc39b3848e5dc4e678a6cf26afbd4542260827a.zip |
Use ICU4J from Maven central (#13252)
Change-Id: Id3837571a0fac020819c83e2bae17eda8ca51267
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/ivy.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 37fec29f5a..eeb54af879 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -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" /> |