diff options
author | Sampsa Sohlman <sampsa@sohlman.com> | 2018-12-10 11:10:00 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-10 11:10:00 +0200 |
commit | e7b721f3e81534957b27a3af656021a643530cdd (patch) | |
tree | 979888afff66fa3467d97829e5a64a7ca9bbf71e /server | |
parent | 3a7112895e3a54af7ba0346fc3d0cb3f99262156 (diff) | |
download | vaadin-framework-e7b721f3e81534957b27a3af656021a643530cdd.tar.gz vaadin-framework-e7b721f3e81534957b27a3af656021a643530cdd.zip |
Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360)
7.1. (#11156)
* This the range might be necessary to increase when Liferay 7.2 or
newer has been released.
Diffstat (limited to 'server')
-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 06cc058aaa..e5b22f6862 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,\ + com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,9.0.0)',\ javax.portlet*;resolution:=optional,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\ |