diff options
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivy.xml | 5 |
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> |