diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-12-30 13:36:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 13:36:50 +0200 |
commit | ab29d417fe1d2571ba9e2c1845b6f287ab61e0a0 (patch) | |
tree | 931dac7b85211b6e0216f9a97e1db8da7d04dcb4 | |
parent | 7dbb4f029f2802797f531abff4dc3cf5e336e53e (diff) | |
download | vaadin-framework-ab29d417fe1d2571ba9e2c1845b6f287ab61e0a0.tar.gz vaadin-framework-ab29d417fe1d2571ba9e2c1845b6f287ab61e0a0.zip |
Update Liferay kernel version to support 7.4.3.5 GA5 (#12503)
-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 915c6effa1..259d37e48f 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,17.0.0)',\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,30.0.0)',\ javax.portlet*;resolution:=optional,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\ |