diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-12 09:46:30 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-12 10:58:44 +0300 |
commit | b093657dbb4c18a5e0f402ef159d1f626cf7db08 (patch) | |
tree | 56cdac3d2a39e7a514c1eaa465b8aaf250c0143b /client | |
parent | 6b26a9846d94dcd4993c5d42ba1f3a749bb817f8 (diff) | |
download | vaadin-framework-b093657dbb4c18a5e0f402ef159d1f626cf7db08.tar.gz vaadin-framework-b093657dbb4c18a5e0f402ef159d1f626cf7db08.zip |
Remove unused GWT dependencies
As vaadin-client-compiler dependens on gwt-dev, the gwt-dev dependencies
are either bundled in gwt-dev or specified as transitive dependencies
for it, so there is no need to specify them again for
vaadin-client-compiler
Change-Id: Iec075a3b4a005ae7b2e331287d942357aafe277d
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml index a980c97162..46c5422b67 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -51,7 +51,7 @@ <scope>test</scope> </dependency> - <!-- Needed GWT dependencies. Required parts are packaged to jar --> + <!-- Needed GWT dependencies, includes gwt-user --> <dependency> <groupId>com.vaadin.external.gwt</groupId> <artifactId>gwt-elemental</artifactId> |