summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-15 15:23:27 +0300
committerArtur Signell <artur@vaadin.com>2016-08-19 09:24:26 +0300
commit1b73770105899b9015ff6685e7d6674934336ca4 (patch)
tree243873d5e3079e16065babbc9136cdff340aa295 /uitest
parentb565956a51e870287fb01ea9365ce947e33641f5 (diff)
downloadvaadin-framework-1b73770105899b9015ff6685e7d6674934336ca4.tar.gz
vaadin-framework-1b73770105899b9015ff6685e7d6674934336ca4.zip
Add Vaadin 7 compatibility modules
Change-Id: Ife8387c94c85a8167902e69fce5c3a6f761c5d8b
Diffstat (limited to 'uitest')
-rw-r--r--uitest/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 989b58dc9d..a36a257121 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -143,6 +143,22 @@
</exclusions>
</dependency>
+ <!-- Vaadin 7 components -->
+ <dependency>
+ <groupId>com.vaadin.v7</groupId>
+ <artifactId>vaadin-compatibility-client-compiled</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.vaadin.v7</groupId>
+ <artifactId>vaadin-compatibility-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.vaadin.v7</groupId>
+ <artifactId>vaadin-compatibility-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- For compiling TestingWidgetSet -->
<dependency>
<groupId>${project.groupId}</groupId>