summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2016-05-10 10:42:54 +0300
committerHenri Sara <hesara@vaadin.com>2016-05-11 11:04:16 +0000
commitbfec8f89074be865b2bc9fc74ee895efc6f66ad4 (patch)
tree494f662a478247f3499b42c115d70d198fbd105b /server/pom.xml
parent091b46e706b091b7da1ddb19753c9cdf61b5cb46 (diff)
downloadvaadin-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.xml2
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>