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

Update OSGi Bundle Manifest so bundle can start #83

Open
rubnig opened this issue Jan 13, 2020 · 0 comments
Open

Update OSGi Bundle Manifest so bundle can start #83

rubnig opened this issue Jan 13, 2020 · 0 comments

Comments

@rubnig
Copy link

rubnig commented Jan 13, 2020

When you build the feign-form OSGi bundle it's searching for dependencies that aren't available in the OSGi container.

This can be resolved by adding the following lines in the pom for feign-form:

<Import-Package>
    !lombok,
    javax.inject;version=0.0.0,
    javax.annotation;version=0.0.0,
    *
</Import-Package>
rubnig pushed a commit to rubnig/feign-form that referenced this issue Jan 14, 2020
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

1 participant