From 58063dddae3db6dc958f0e9826ee1c52298043c0 Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Fri, 16 Dec 2022 18:02:19 +0000 Subject: [PATCH] Update maven-bundle-plugin to 5.1.8 Fixes: #1340 With newer version `Import-Package` includes the following additional entires: ``` java.io, java.lang, java.lang.annotation, java.lang.invoke, java.lang.reflect, java.lang.runtime, java.net, java.nio.charset, java.security, java.security.cert, java.time, java.time.format, java.time.temporal, java.util, java.util.concurrent, java.util.concurrent.atomic, java.util.concurrent.locks, java.util.function, java.util.logging, java.util.regex, java.util.stream ``` In addition, the is a new `Build-Jdk-Spec: 17` entry and the `Created-By` includes the plugin version. The `Require-Capability` and `Tool` are also updated. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bb8b28c54..2bc21d8528 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ org.apache.felix maven-bundle-plugin - 3.5.0 + 5.1.8 bundle-manifest