From b093657dbb4c18a5e0f402ef159d1f626cf7db08 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 12 Aug 2016 09:46:30 +0300 Subject: [PATCH] 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 --- client-compiler/pom.xml | 149 ++-------------------------------------- client/pom.xml | 2 +- 2 files changed, 5 insertions(+), 146 deletions(-) diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index 4564bfb0a5..6aeace4a96 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -17,159 +17,18 @@ com.vaadin - vaadin-shared - ${project.version} - - - com.vaadin - vaadin-server + vaadin-client ${project.version} - com.vaadin - vaadin-client - ${project.version} + com.vaadin.external.gwt + gwt-dev + ${vaadin.gwt.version} com.vaadin vaadin-sass-compiler ${vaadin.sass.version} - - - - net.sourceforge.cssparser - cssparser - - - - - - commons-collections - commons-collections - 3.1 - - - commons-logging - commons-logging - 1.1.3 - - - net.sourceforge.cssparser - cssparser - 0.9.11 - - - ant - ant - 1.6.5 - - - ant - ant-launcher - 1.6.5 - - - org.eclipse.jetty - jetty-annotations - 8.1.12.v20130726 - - - org.eclipse.jetty.orbit - * - - - - - org.eclipse.jetty - jetty-servlets - 8.1.12.v20130726 - - - org.eclipse.jetty.orbit - * - - - - - - org.eclipse.jetty - jetty-util - 8.1.12.v20130726 - - - org.jdesktop - swing-worker - 1.1 - - - commons-codec - commons-codec - 1.8 - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.commons - commons-lang3 - 3.1 - - - org.apache.james - apache-mime4j - 0.6 - - - org.apache.httpcomponents - httpclient - 4.3.1 - - - org.apache.httpcomponents - httpcore - 4.3 - - - org.apache.httpcomponents - httpmime - 4.3.1 - - - net.sourceforge.nekohtml - nekohtml - 1.9.19 - - - xalan - serializer - 2.7.1 - - - xerces - xercesImpl - 2.11.0 - - - xml-apis - xml-apis - 1.4.01 - - - com.ibm.icu - icu4j - 50.1.1 - - - com.vaadin - vaadin-client-compiler-deps - 1.2.0 - - - com.vaadin.external.gwt - gwt-dev - ${vaadin.gwt.version} junit 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 @@ test - + com.vaadin.external.gwt gwt-elemental -- 2.39.5