From 33c8e52c74ce499056f809141dc11033fa372eb0 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Mon, 17 May 2021 14:04:12 +0300 Subject: [PATCH] Update Liferay kernel dependency range to [7.0.0,12.0.0) (#12290) (#12304) Fixes: https://github.com/vaadin/framework/issues/12285 Authored-by: Tatu Lund --- server/bnd.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bnd.bnd b/server/bnd.bnd index 8bd3431e0c..0af05527c1 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,11.0.0)',\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,12.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