Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
p4535992 opened this issue Oct 3, 2019 · 1 comment
Closed

Comments

@p4535992
Copy link

p4535992 commented Oct 3, 2019

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>
frantuma added a commit that referenced this issue Oct 3, 2019
frantuma added a commit that referenced this issue Oct 3, 2019
frantuma added a commit that referenced this issue Oct 3, 2019
frantuma added a commit that referenced this issue Oct 3, 2019
frantuma added a commit that referenced this issue Oct 3, 2019
refs #3318 - update osgi export package
@frantuma
Copy link
Member

frantuma commented Oct 3, 2019

Thanks for reporting this, fixed in #3319, available in latest snapshot and upcoming release.

@frantuma frantuma closed this as completed Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants