aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-05-12 14:43:59 +0300
committerVaadin Code Review <review@vaadin.com>2016-05-16 06:58:53 +0000
commite386748dbc487d264caae0c98bcf5cffbe43d4a2 (patch)
treedbb62052040f397278bea396deb23da3d9386655 /client-compiler
parenta593d5591d1ffee9b7a6c4bf6f76cb366866ef92 (diff)
downloadvaadin-framework-e386748dbc487d264caae0c98bcf5cffbe43d4a2.tar.gz
vaadin-framework-e386748dbc487d264caae0c98bcf5cffbe43d4a2.zip
Extract guava from the gwt-dev jar to client-compiler
Change-Id: I02fc8dff80558b7fc8b5b625c6e93ab624140153
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index f97b85fd51..ef6f5cbeb4 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -187,7 +187,6 @@
<version>${vaadin.gwt.version}</version>
<scope>provided</scope>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -227,6 +226,7 @@
com/google/gwt/lang/**,
com/google/gwt/soyc/**,
com/google/gwt/thirdparty/json/**,
+ com/google/gwt/thirdparty/guava/**,
com/google/gwt/util/**,
license/LICENSE.sax.txt,
netscape/**,