diff options
author | Markus Koivisto <markus@vaadin.com> | 2016-05-10 10:42:54 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-05-11 11:04:16 +0000 |
commit | bfec8f89074be865b2bc9fc74ee895efc6f66ad4 (patch) | |
tree | 494f662a478247f3499b42c115d70d198fbd105b /shared/pom.xml | |
parent | 091b46e706b091b7da1ddb19753c9cdf61b5cb46 (diff) | |
download | vaadin-framework-bfec8f89074be865b2bc9fc74ee895efc6f66ad4.tar.gz vaadin-framework-bfec8f89074be865b2bc9fc74ee895efc6f66ad4.zip |
Remove guava URL encode dependency
Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
Diffstat (limited to 'shared/pom.xml')
-rw-r--r-- | shared/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index 8706e45f70..b94cfd7475 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -31,11 +31,7 @@ <artifactId>streamhtmlparser-jsilver</artifactId> <version>${streamhtmlparser.version}</version> </dependency> - <dependency> - <groupId>com.vaadin.external.google</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> + <!-- Needed GWT dependencies. Required parts are packaged to jar --> <dependency> @@ -156,7 +152,7 @@ org.w3c.flute.parser;version="${flute.version}", org.w3c.flute.parser.selectors;version="${flute.version}", org.w3c.flute.util;version="${flute.version}"</Import-Package> - <Require-Bundle>com.google.gwt.thirdparty.guava;bundle-version="${guava.version}"</Require-Bundle> + <Require-Bundle></Require-Bundle> </instructions> </configuration> <executions> |