diff options
author | Marc Englund <marc@vaadin.com> | 2012-09-11 16:27:05 +0300 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2012-09-11 16:27:28 +0300 |
commit | c9e8218799152dd90bacb6c8b92b648a951aca24 (patch) | |
tree | 88838e0fdaf1257258d2e3d5eaffd7cb88819ab6 /theme-compiler/ivy.xml | |
parent | 6ccbb9e40ebb160d2bc1a57c5b5293c4f87d0b27 (diff) | |
download | vaadin-framework-c9e8218799152dd90bacb6c8b92b648a951aca24.tar.gz vaadin-framework-c9e8218799152dd90bacb6c8b92b648a951aca24.zip |
Applying patch: remak of variable handling in sass (partial for e.g #9492 and others)
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 7e5a639398..9e6b39b3ad 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -24,7 +24,7 @@ <!-- Project modules --> <dependency org="com.vaadin" name="vaadin-shared" rev="${vaadin.version}" conf="build,tests" /> - + <dependency org="org.apache.commons" name="commons-jexl" rev="2.1.1" /> <dependency org="org.w3c.css" name="sac" rev="1.3" /> <dependency org="milyn" name="flute" rev="1.3" conf="*->default" /> |