diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-05-17 14:04:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 14:04:12 +0300 |
commit | 33c8e52c74ce499056f809141dc11033fa372eb0 (patch) | |
tree | 189c8ea970306ca7b70f44b37d16bc81418e3939 | |
parent | 14afa578972795efbc454c043624b6ed7293b518 (diff) | |
download | vaadin-framework-33c8e52c74ce499056f809141dc11033fa372eb0.tar.gz vaadin-framework-33c8e52c74ce499056f809141dc11033fa372eb0.zip |
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 <tatu@vaadin.com>
-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 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}',\ |