diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-08-26 17:59:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 17:59:38 +0300 |
commit | c83f6bf042376dd5cedd9dc6af5f83683bd27e5f (patch) | |
tree | ff209170b87f4a3deb291deb15d42842fcdb690d | |
parent | b6ece49bf437b68a4a31ca787e16118215f72832 (diff) | |
download | vaadin-framework-c83f6bf042376dd5cedd9dc6af5f83683bd27e5f.tar.gz vaadin-framework-c83f6bf042376dd5cedd9dc6af5f83683bd27e5f.zip |
chore: Update liferay kernel version (#12387)
Enables to use Liferay 7.4.x
-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 0af05527c1..2403641905 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,12.0.0)',\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,13.0.0)',\ javax.portlet*;resolution:=optional,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\ |