diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-04-03 11:15:40 +0300 |
---|---|---|
committer | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-04-03 13:26:01 +0300 |
commit | 3efe81da8ba99d527a3caa210251aa0cd28f2f61 (patch) | |
tree | 4e939a078fffca6adf38d223023b89d98366d220 /themes | |
parent | 563b0ca0d8b7c085aa5a69a7afd352811979612b (diff) | |
download | vaadin-framework-3efe81da8ba99d527a3caa210251aa0cd28f2f61.tar.gz vaadin-framework-3efe81da8ba99d527a3caa210251aa0cd28f2f61.zip |
Override the cssparser dependency from sass-compiler (#13532)
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.
Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
Diffstat (limited to 'themes')
-rw-r--r-- | themes/ivy.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/ivy.xml b/themes/ivy.xml index f4cc507041..622314a243 100644 --- a/themes/ivy.xml +++ b/themes/ivy.xml @@ -21,6 +21,9 @@ <dependencies> <dependency org="com.vaadin" name="vaadin-sass-compiler" rev="${vaadin.sass.version}" conf="compile-theme->default" /> + <!-- remove cssparser override once sass-compiler is updated --> + <override org="net.sourceforge.cssparser" module="cssparser" + rev="0.9.11" /> <dependency org="com.vaadin" name="vaadin-buildhelpers" rev="${vaadin.version}" conf="compile-theme->build"> |