From: Sampsa Sohlman Date: Mon, 10 Dec 2018 09:10:00 +0000 (+0200) Subject: Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360) X-Git-Tag: 8.7.0.alpha1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7b721f3e81534957b27a3af656021a643530cdd;p=vaadin-framework.git Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360) 7.1. (#11156) * This the range might be necessary to increase when Liferay 7.2 or newer has been released. --- diff --git a/server/bnd.bnd b/server/bnd.bnd index 06cc058aaa..e5b22f6862 100644 --- a/server/bnd.bnd +++ b/server/bnd.bnd @@ -4,7 +4,7 @@ Bundle-Version: ${osgi.bundle.version} Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0 Import-Package: com.vaadin.sass.*;resolution:=optional,\ - com.liferay.portal.kernel.util;resolution:=optional,\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,9.0.0)',\ javax.portlet*;resolution:=optional,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\