Nevermind I just saw the previous email and I can see the manifest. I am not sure why it is expecting >= 1.7 rather than >=1.8 but I don't think that would explain why the osgi framework version is not resolving if you have a version between 1.8 and 2.0 included. What it is trying to resolve looks more open then what is specified in the manifest.
On 2015-07-30 14:42, [email protected] wrote: > You will probably need to say what version of karaf you are using and > what version you are including in your dependencies when you build. > Example is karaf 4.0.0 > > <dependency> > <groupId>org.apache.felix</groupId> > <artifactId>org.apache.felix.framework</artifactId> > <version>5.0.1</version> > <scope>provided</scope> > </dependency> > > I think this error comes from building the custom jar with a dependency > with a different version of the osgi framework. > > On 2015-07-30 13:40, rcbandit wrote: > >> Can you give some advice? -- View this message in context: >> http://karaf.922171.n3.nabble.com/Unresolved-requirements-custom-jar-12-R-12-0-osgi-wiring-package-osgi-wiring-package-org-osgi-framew-tp4041134p4041735.html >> [1] [1 [1]] Sent from the Karaf - Dev mailing list archive at Nabble.com. > > Links: > ------ > [1] > http://karaf.922171.n3.nabble.com/Unresolved-requirements-custom-jar-12-R-12-0-osgi-wiring-package-osgi-wiring-package-org-osgi-framew-tp4041134p4041735.html > [1] Links: ------ [1] http://karaf.922171.n3.nabble.com/Unresolved-requirements-custom-jar-12-R-12-0-osgi-wiring-package-osgi-wiring-package-org-osgi-framew-tp4041134p4041735.html
