Browse Source

Update Liferay kernel dependency range to [7.0.0,12.0.0) (#12290)

Fixes: https://github.com/vaadin/framework/issues/12285
tags/8.14.0.alpha1
Tatu Lund 3 years ago
parent
commit
806026070a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/bnd.bnd

+ 1
- 1
server/bnd.bnd View File

@@ -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}',\

Loading…
Cancel
Save