Skip to content

Unresolved requirements: osgi.wiring.package=io.swagger.models.utils #3318

@p4535992

Description

@p4535992

In a osgi system (a RedHat fuse on the specific), i need to use the library swagger so i have installled with the following commands:

osgi:install -s mvn:io.swagger/swagger-annotations/1.5.21
osgi:install -s mvn:io.swagger/swagger-core/1.5.21 
osgi:install -s mvn:io.swagger/swagger-jaxrs/1.5.21 
osgi:install -s mvn:io.swagger/swagger-models/1.5.21

my bundle but i get this error when try to install other bundle:

] osgi.wiring.package; (osgi.wiring.package=io.swagger.models.utils) Unresolved requirements: [[XXXXXXXXXXXXXXXXXXXXX [387](R 387.44)] osgi.wiring.package; (osgi.wiring.package=io.swagger.models.utils)]

it's a error on the swagger-models MANIFEST ? like the following code?

<Export-Package>
  io.swagger.models,
  ...
  io.swagger.models.utils //is this missing?
</Export-Package>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions