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 /server/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 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index 92ed9c2713..6ea5ab87fc 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -273,7 +273,7 @@ javax.portlet;version="[${javax.portlet.version},3)";resolution:=optional, javax.portlet.filter;version="[${javax.portlet.version},3)";resolution:=optional, com.liferay.portal.kernel.util;resolution:=optional</Import-Package> - <Require-Bundle>com.google.gwt.thirdparty.guava;bundle-version="${guava.version}", + <Require-Bundle> com.vaadin.shared;bundle-version="${project.version}", com.vaadin.push;bundle-version="${project.version}";resolution:=optional, com.vaadin.sass-compiler;bundle-version="${vaadin.sass.version}";resolution:=optional"</Require-Bundle> |