diff options
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index fadca2f028..866c45a273 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -106,6 +106,7 @@ </exclusion> </exclusions> </dependency> + <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-client</artifactId> @@ -117,6 +118,19 @@ </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>com.vaadin.external.gwt</groupId> + <artifactId>gwt-elemental</artifactId> + <version>${vaadin.gwt.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>com.vaadin.external.gwt</groupId> + <artifactId>gwt-servlet</artifactId> + <version>${vaadin.gwt.version}</version> + </dependency> + <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-client-compiled</artifactId> |