diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 19:21:32 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-18 20:05:57 +0300 |
commit | e10ec4ca0d5ff06f5dacc790d58c6390ba21675d (patch) | |
tree | 15859bb0be8d0dcc45640c622067c70c9040b2f0 /themes/pom.xml | |
parent | 470deb3e15d96388049f2acb6278a2af4bc81155 (diff) | |
download | vaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.tar.gz vaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.zip |
Define dependency version in the main pom file
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
Diffstat (limited to 'themes/pom.xml')
-rw-r--r-- | themes/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index 3d59ab14cf..002e04f726 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -33,22 +33,12 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-sass-compiler</artifactId> - <version>${vaadin.sass.version}</version> - <scope>provided</scope> - </dependency> - - <!-- remove cssparser override once sass-compiler is updated --> - <dependency> - <groupId>net.sourceforge.cssparser</groupId> - <artifactId>cssparser</artifactId> - <version>0.9.11</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.carrotsearch</groupId> <artifactId>smartsprites</artifactId> - <version>0.2.10</version> <scope>provided</scope> </dependency> </dependencies> |