diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-05-02 14:30:42 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-06-01 10:59:24 +0300 |
commit | fb63a60cc40133a0062dd77b9694d80b1b39155c (patch) | |
tree | 594dcba2dba8c732860fd6dd436a9ae93a658755 /uitest/pom.xml | |
parent | 68784363dca98529286420206b22a9a8881c70dc (diff) | |
download | vaadin-framework-fb63a60cc40133a0062dd77b9694d80b1b39155c.tar.gz vaadin-framework-fb63a60cc40133a0062dd77b9694d80b1b39155c.zip |
Use gwt-user and gwt-dev dependencies in client and compiler
This removes GWT dependency from the server and shared parts of the
framework
Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
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> |