We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
refs #3318 - update osgi export package
93f5d20
refs #3318 - fix OSGi export package
09dbc81
ca66b46
refs #3318 - fixes indent
02d71f1
Merge pull request #3319 from swagger-api/ticket-3318
5cbb1c1
Thanks for reporting this, fixed in #3319, available in latest snapshot and upcoming release.
Sorry, something went wrong.
No branches or pull requests
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:
my bundle but i get this error when try to install other bundle:
it's a error on the swagger-models MANIFEST ? like the following code?
The text was updated successfully, but these errors were encountered: