From c83f6bf042376dd5cedd9dc6af5f83683bd27e5f Mon Sep 17 00:00:00 2001 From: Tatu Lund Date: Thu, 26 Aug 2021 17:59:38 +0300 Subject: [PATCH] chore: Update liferay kernel version (#12387) Enables to use Liferay 7.4.x --- server/bnd.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}',\ -- 2.39.5