]> source.dussan.org Git - vaadin-framework.git/commitdiff
Revert "Use Guava 16 which does not have compatibility issues"
authorArtur Signell <artur@vaadin.com>
Thu, 13 Mar 2014 18:25:26 +0000 (18:25 +0000)
committerVaadin Code Review <review@vaadin.com>
Thu, 13 Mar 2014 18:25:43 +0000 (18:25 +0000)
Turns out Smartsprites uses Closeables.closeQuietly which is deprecated in 15 and removed in Guava 16

This reverts commit 1159db580f350493ffcf6628c05924458881ebb2.

Change-Id: Ica9b4e175041b00a15a320b7c3fcea5b6d42b349

theme-compiler/ivy.xml

index 7072176d4e3e7e108b4cb059f0ef834f062f799b..0f8496650861ae507a9186630f8719cb8948ba1b 100644 (file)
@@ -48,7 +48,6 @@
         <!-- 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>