Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant