Parcourir la source

Update Liferay kernel version (#11943)

Liferay 7.3 series have kernel version 10.x, i.e. limit needs to be extended from 10 -> 11

Fixes: https://github.com/vaadin/framework/issues/11938
tags/8.11.0.alpha1
Tatu Lund il y a 4 ans
Parent
révision
42d55f4f79
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      server/bnd.bnd

+ 1
- 1
server/bnd.bnd Voir le fichier

@@ -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,10.0.0)',\
com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,11.0.0)',\
javax.portlet*;resolution:=optional,\
javax.validation*;resolution:=optional;version='${javax.validation.version}',\
org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\

Chargement…
Annuler
Enregistrer