Browse Source

Extract guava from the gwt-dev jar to client-compiler

Change-Id: I02fc8dff80558b7fc8b5b625c6e93ab624140153
tags/7.7.0.alpha3
Teemu Suo-Anttila 8 years ago
parent
commit
e386748dbc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      client-compiler/pom.xml

+ 1
- 1
client-compiler/pom.xml View File

@@ -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/**,

Loading…
Cancel
Save