diff options
-rw-r--r-- | theme-compiler/ivy.xml | 1 |
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> |