OpenNTF / p2-layout-provider

Java web app that serves as a basic proxy to provide a Maven repository front-end to p2 (Eclipse-style) repositories
Apache License 2.0
7 stars 5 forks source link

Dependencies should not be generated for Bundle-ClassPath entries that don't exist #45

Closed jesse-gallagher closed 2 months ago

jesse-gallagher commented 2 months ago

I ran into a case where an OSGi bundle has a Bundle-ClassPath reference to a JAR that isn't actually in the bundle. In situations like this, there should not be a dependency entry in the generated POM.

jesse-gallagher commented 2 months ago

Heh, turns out I forgot this was already fixed via https://github.com/OpenNTF/p2-layout-provider/pull/44