]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360)
authorSampsa Sohlman <sampsa@sohlman.com>
Mon, 10 Dec 2018 09:10:00 +0000 (11:10 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 10 Dec 2018 09:10:00 +0000 (11:10 +0200)
7.1. (#11156)
* This the range might be necessary to increase when Liferay 7.2 or
newer has been released.

server/bnd.bnd

index 06cc058aaa0a1bc7355075ccb4e549949da94c77..e5b22f68623fe2f08645a67a4d02c6d68479f902 100644 (file)
@@ -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}',\