summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-18 19:21:32 +0300
committerArtur Signell <artur@vaadin.com>2016-08-18 20:05:57 +0300
commite10ec4ca0d5ff06f5dacc790d58c6390ba21675d (patch)
tree15859bb0be8d0dcc45640c622067c70c9040b2f0 /buildhelpers
parent470deb3e15d96388049f2acb6278a2af4bc81155 (diff)
downloadvaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.tar.gz
vaadin-framework-e10ec4ca0d5ff06f5dacc790d58c6390ba21675d.zip
Define dependency version in the main pom file
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
Diffstat (limited to 'buildhelpers')
-rw-r--r--buildhelpers/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index 66ef8c4de6..5ea219297a 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -19,23 +19,19 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.2</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-sass-compiler</artifactId>
- <version>${vaadin.sass.version}</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>smartsprites</artifactId>
- <version>0.2.10</version>
</dependency>
</dependencies>