aboutsummaryrefslogtreecommitdiffstats
path: root/uitest-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'uitest-common/pom.xml')
-rw-r--r--uitest-common/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/uitest-common/pom.xml b/uitest-common/pom.xml
index d46927fd2a..f1d413fb58 100644
--- a/uitest-common/pom.xml
+++ b/uitest-common/pom.xml
@@ -27,7 +27,7 @@
<dependencies>
<!-- LIBRARY DEPENDENCIES (compile time) -->
<dependency>
- <groupId>com.vaadin</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-server</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -41,19 +41,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
</dependency>
-
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
</dependency>
-
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench</artifactId>
- <version>4.0.3</version>
</dependency>
</dependencies>