summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
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>