diff options
author | Miki <miki@vaadin.com> | 2015-02-27 13:37:35 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-03-04 07:16:18 +0000 |
commit | 3025e1038cf2b2dcdff4436df35fc6aaed98aa0f (patch) | |
tree | 98bf09f25974b8625400356e4c0e2f27b8fa1b36 /server | |
parent | 6e6dd6ff0d64917effed33c7253c3b135183c355 (diff) | |
download | vaadin-framework-3025e1038cf2b2dcdff4436df35fc6aaed98aa0f.tar.gz vaadin-framework-3025e1038cf2b2dcdff4436df35fc6aaed98aa0f.zip |
Add missing osgi import to guava (#16739)
Change-Id: I889b918600db98b70a7c02e86fbbeca31f083f80
Diffstat (limited to 'server')
-rw-r--r-- | server/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/build.xml b/server/build.xml index c658ab0336..79bc6debe2 100644 --- a/server/build.xml +++ b/server/build.xml @@ -28,7 +28,7 @@ <property name="server.osgi.import" value="javax.servlet;version="2.4.0",javax.servlet.http;version="2.4.0",javax.validation;version="1.0.0.GA";resolution:=optional,org.jsoup;version="1.6.3",org.jsoup.parser;version="1.6.3",org.jsoup.nodes;version="1.6.3",org.jsoup.helper;version="1.6.3",org.jsoup.safety;version="1.6.3"" /> <property name="server.osgi.require" - value="com.vaadin.shared;bundle-version="${vaadin.version}",com.vaadin.push;bundle-version="${vaadin.version}";resolution:=optional,com.vaadin.sass-compiler;bundle-version="${vaadin.sass.version}";resolution:=optional" /> + value="com.google.gwt.thirdparty.guava;bundle-version="16.0.1.vaadin1",com.vaadin.shared;bundle-version="${vaadin.version}",com.vaadin.push;bundle-version="${vaadin.version}";resolution:=optional,com.vaadin.sass-compiler;bundle-version="${vaadin.sass.version}";resolution:=optional" /> <antcall target="common.jar"> <param name="require-bundle" value="${server.osgi.require}" /> <param name="import-package" value="${server.osgi.import}" /> |