diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-11-16 10:41:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:41:19 +0200 |
commit | 6f2f34c7271000e44dc4e0d084fba7c566f48064 (patch) | |
tree | 465ce03acd930756237b128e5ec642247c6dbfc1 /server/bnd.bnd | |
parent | 6256b4781c612a603bf6e511879b2b2be6104bd3 (diff) | |
download | vaadin-framework-6f2f34c7271000e44dc4e0d084fba7c566f48064.tar.gz vaadin-framework-6f2f34c7271000e44dc4e0d084fba7c566f48064.zip |
Support Liferay 7.4.3 kernel version (#12477) (#12478)
Co-authored-by: Tatu Lund <tatu@vaadin.com>
Diffstat (limited to 'server/bnd.bnd')
-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 2403641905..915c6effa1 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,13.0.0)',\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,17.0.0)',\ javax.portlet*;resolution:=optional,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\ |