summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-03-10 21:58:09 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-12 06:43:32 +0000
commit1159db580f350493ffcf6628c05924458881ebb2 (patch)
tree5c1e5d40cc74ca3d3c11b45847eba1959cb46a13 /theme-compiler
parentc4c17a18dcb013588518c1542fd8d3966b08cd40 (diff)
downloadvaadin-framework-1159db580f350493ffcf6628c05924458881ebb2.tar.gz
vaadin-framework-1159db580f350493ffcf6628c05924458881ebb2.zip
Use Guava 16 which does not have compatibility issues
Change-Id: I721aad96dfec12c0b053c75707870207ccf049be
Diffstat (limited to 'theme-compiler')
-rw-r--r--theme-compiler/ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml
index 0f84966508..7072176d4e 100644
--- a/theme-compiler/ivy.xml
+++ b/theme-compiler/ivy.xml
@@ -48,6 +48,7 @@
<!-- Internally used, for now -->
<dependency org="com.carrotsearch" name="smartsprites"
rev="0.2.10" />
+ <override org="com.google.guava" module="guava" rev="16.0.1" />
<!-- Use the same commons-io as the rest of the project -->
<override org="commons-io" module="commons-io" rev="2.2" />
</dependencies>