Skip to content

Commit

Permalink
fix: use bundle-version instead of package version (#12785)
Browse files Browse the repository at this point in the history
The modified atmosphere-runtime:2.7.3.slf4jvaadin3 exports packages
with version 2.7.3 (i.e., not 2.7.3.slf4jvaadin3). Depend on bundle version
instead of the package version.

http://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module.importpackage
  • Loading branch information
Johannes Eriksson authored Jan 21, 2022
1 parent 6f76be6 commit eaad21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-server/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-Name: Vaadin Flow Server
Bundle-Version: ${osgi.bundle.version}
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\
Import-Package: org.atmosphere*;resolution:=optional;bundle-version='${atmosphere.runtime.version}',\
org.apache.http*;resolution:=optional;,*
Export-Package: !com.vaadin.flow.push*, com.vaadin.flow*;-noimport:=true

0 comments on commit eaad21e

Please sign in to comment.