From 9675b8ad461081229e9bb4a7d9b6a90657e299ed Mon Sep 17 00:00:00 2001 From: Bernd Date: Thu, 3 Apr 2025 13:44:04 +0200 Subject: [PATCH] pom.xml: use newer bundle plugin 6.0.0 If compiling with maven/new JDK the generated OSGi metadata contains a require osgi.ee=UNKNOWN requirement, since the older bnd version does not know about the new Java profile. Updating to latest bundle plugin does also bring a new bnd version which has not this issue. Alternative: provide `<_runee>Java-xx` instruction. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e70524b8..dda55f165 100644 --- a/pom.xml +++ b/pom.xml @@ -518,7 +518,7 @@ org.apache.felix maven-bundle-plugin - 5.1.1 + 6.0.0 true