summaryrefslogtreecommitdiffstats
path: root/server/bnd.bnd
diff options
context:
space:
mode:
authorMirjan Merruko <mirjan@vaadin.com>2017-04-07 14:49:07 +0300
committerHenri Sara <henri.sara@gmail.com>2017-04-25 15:01:06 +0300
commit24cfdc4ea0dc6260c044c6f2d53820a748f1d87e (patch)
treee0b81e9bd86b5c9c7be6302b4abd31a833af2cb9 /server/bnd.bnd
parent5308eb76f463ededa059f8d82653b29ee813a92a (diff)
downloadvaadin-framework-24cfdc4ea0dc6260c044c6f2d53820a748f1d87e.tar.gz
vaadin-framework-24cfdc4ea0dc6260c044c6f2d53820a748f1d87e.zip
Fix dependency issues that cause the server bundle to be built incorrectly
Diffstat (limited to 'server/bnd.bnd')
-rw-r--r--server/bnd.bnd3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/bnd.bnd b/server/bnd.bnd
index dfeb5d5d39..be2d43aad2 100644
--- a/server/bnd.bnd
+++ b/server/bnd.bnd
@@ -5,11 +5,12 @@ Import-Package: com.vaadin.sass.*;resolution:=optional,\
com.liferay.portal.kernel.util;resolution:=optional,\
javax.portlet*;resolution:=optional,\
javax.validation*;resolution:=optional;version='${javax.validation.version}',\
- org.atmosphere*;resolution:=optional,\
+ org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\
com.vaadin*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
*
Export-Package: !com.vaadin.sass*,\
!com.vaadin.shared*,\
!com.vaadin.osgi.resources*,\
!com.vaadin.osgi.push*,\
+ !com.vaadin.external*,\
com.vaadin*;-noimport:=true