summaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-12 09:49:40 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-12 07:50:46 +0000
commit2b1d0ae54643bae1d709597ecbb0a96faf1f1309 (patch)
tree611c99e71d2e7670e664f61c4e55565df2e7af9b /client/pom.xml
parent2963612b64c03a06002e7c58bfa8b6c3f8bc91a8 (diff)
downloadvaadin-framework-2b1d0ae54643bae1d709597ecbb0a96faf1f1309.tar.gz
vaadin-framework-2b1d0ae54643bae1d709597ecbb0a96faf1f1309.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: If5d35124765d8606815ec49ec318eaf096de480b
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml
index eb89eea11e..f7004471b4 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>