diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-29 14:59:28 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-05-29 15:16:39 +0300 |
commit | a3ad62d947c86d3f53f333ca9bc36e4544cd5d46 (patch) | |
tree | 5d585eeea144ce1260164c6e411e0bd5effcaa79 /theme-compiler/ivy.xml | |
parent | 84edd1952c0ee8eb826d78483c96bf87678d7124 (diff) | |
download | vaadin-framework-a3ad62d947c86d3f53f333ca9bc36e4544cd5d46.tar.gz vaadin-framework-a3ad62d947c86d3f53f333ca9bc36e4544cd5d46.zip |
Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMARTSPRITES-36 (#9959)
Change-Id: Ibf549acba14a8b884424a5e2c98f3a4aac5de84c
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index f0646c04e6..97ecfa4416 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -45,11 +45,9 @@ <!-- Internally used, for now --> <dependency org="com.carrotsearch" name="smartsprites" - rev="0.2.3-itmill" /> - <!-- Use 1.1.1 even though smartsprites indirectly depends on an - older version --> - <override org="commons-logging" module="commons-logging" - rev="1.1.1"/> + rev="0.2.10-vaadin" /> + <!-- Use the same commons-io as the rest of the project --> + <override org="commons-io" module="commons-io" rev="2.2" /> </dependencies> </ivy-module> |