summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-06-07 13:14:29 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-17 12:13:50 +0000
commit3816d34daaf9eca4b3b591b79309a98796b3a4da (patch)
tree9a478b861310c00cdc750790120d9eea56a2a580 /uitest/pom.xml
parentc89f50eb801a903ec28c8618cf30ae31b9184c8f (diff)
downloadvaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.tar.gz
vaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.zip
Create module uitest-common
This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 56636b8b10..01c1fd2799 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -168,6 +168,14 @@
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>com.vaadin</groupId>
+ <artifactId>vaadin-uitest-common</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -201,12 +209,6 @@
<artifactId>hsqldb</artifactId>
<version>2.2.6</version>
</dependency>
- <dependency>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-testbench</artifactId>
- <version>4.0.3</version>
- <scope>test</scope>
- </dependency>
<!-- This should be removed once tests have been updated to use lang3 -->
<dependency>
<groupId>commons-lang</groupId>