You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/10/19 12:34:35 UTC

[camel] branch master updated: Upgrade bndlib for better JDK 15 support

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 637b2a9  Upgrade bndlib for better JDK 15 support
637b2a9 is described below

commit 637b2a9c980ca6bb162a96e5c76a5faf59f59608
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Oct 19 14:31:00 2020 +0200

    Upgrade bndlib for better JDK 15 support
---
 init/camel-bundle-plugin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/init/camel-bundle-plugin/pom.xml b/init/camel-bundle-plugin/pom.xml
index f3ee30b..4cf87a4 100644
--- a/init/camel-bundle-plugin/pom.xml
+++ b/init/camel-bundle-plugin/pom.xml
@@ -47,6 +47,12 @@
             <version>3.4</version>
             <scope>provided</scope>
         </dependency>
+
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>5.1.1</version>
+        </dependency>
     </dependencies>
 
 </project>