diff options
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 16 |
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> |