Skip to content

Commit

Permalink
fix: use bundle-version instead of package version (#12785) (#13390)
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

Co-authored-by: Johannes Eriksson <[email protected]>
  • Loading branch information
2 people authored and vaadin-bot committed Mar 30, 2022
1 parent 8de2acc commit 4eaea95
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,7 +3,7 @@ Bundle-Name: Vaadin Flow Server
Bundle-Version: ${osgi.bundle.version}
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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}',\
*
Export-Package: com.vaadin.flow.client,\
!com.vaadin.flow.push*, com.vaadin.flow*;-noimport:=true
Expand Down

0 comments on commit 4eaea95

Please sign in to comment.