The generated Manifest ist missing version information for those imported packages that come from other sub-projects (which are added via sbt's project.dependsOn syntax). It looks like sbtOsgi only sees the class files but not the generated manifests. Packages comming from libraryDependencies properly get their version information extracted and added to the Import-Package header.
The generated Manifest ist missing version information for those imported packages that come from other sub-projects (which are added via sbt's
project.dependsOn
syntax). It looks like sbtOsgi only sees the class files but not the generated manifests. Packages comming fromlibraryDependencies
properly get their version information extracted and added to theImport-Package
header.