summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-14 09:44:21 +0200
committerArtur Signell <artur@vaadin.com>2012-12-14 09:44:21 +0200
commitd997604e1bf846ca3ae5ada6c1b5938e3e603265 (patch)
treeef2e5ad813f184f6bf07d50baee9c722b07ca0b9 /theme-compiler
parentd10e758c693d652dd5767ca53dab4bef52ff5a1a (diff)
downloadvaadin-framework-d997604e1bf846ca3ae5ada6c1b5938e3e603265.tar.gz
vaadin-framework-d997604e1bf846ca3ae5ada6c1b5938e3e603265.zip
Override commons-logging version (#9970)
Change-Id: I845f6e823300100b71ac5e9c0bba4baa5d4d6181
Diffstat (limited to 'theme-compiler')
-rw-r--r--theme-compiler/ivy.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml
index 53cbc550c1..b1a98b7101 100644
--- a/theme-compiler/ivy.xml
+++ b/theme-compiler/ivy.xml
@@ -46,7 +46,10 @@
<!-- 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"/>
</dependencies>
</ivy-module>