]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Liferay kernel version (#11943)
authorTatu Lund <tatu@vaadin.com>
Thu, 9 Apr 2020 10:13:07 +0000 (13:13 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 10:13:07 +0000 (13:13 +0300)
Liferay 7.3 series have kernel version 10.x, i.e. limit needs to be extended from 10 -> 11

Fixes: https://github.com/vaadin/framework/issues/11938
server/bnd.bnd

index 13afe50dc7807e80104ab8d85fe7c844820baf9e..8bd3431e0cfc1e5525fdfbf48b35ce5fa7cf6f30 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;version='[7.0.0,10.0.0)',\
+  com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,11.0.0)',\
   javax.portlet*;resolution:=optional,\
   javax.validation*;resolution:=optional;version='${javax.validation.version}',\
   org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\