diff options
author | Tatu Lund <tatu@vaadin.com> | 2020-04-09 13:13:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 13:13:07 +0300 |
commit | 42d55f4f79bdbc0b441c5a28a1a347bd50a8aa70 (patch) | |
tree | 6bebe5023658ee3b74ce64cfcc2f45d335322103 | |
parent | 477e9fe824efeae0085ea15ec4bd05740fa2df40 (diff) | |
download | vaadin-framework-42d55f4f79bdbc0b441c5a28a1a347bd50a8aa70.tar.gz vaadin-framework-42d55f4f79bdbc0b441c5a28a1a347bd50a8aa70.zip |
Update Liferay kernel version (#11943)
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
-rw-r--r-- | server/bnd.bnd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bnd.bnd b/server/bnd.bnd index 13afe50dc7..8bd3431e0c 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;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}',\ |