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

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


The following commit(s) were added to refs/heads/main by this push:
     new cb5ad93b54f [CAMEL-18136] use recent Bnd (#7665)
cb5ad93b54f is described below

commit cb5ad93b54fff8493151379a40e4c13ce789b356
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun May 22 08:29:22 2022 +0200

    [CAMEL-18136] use recent Bnd (#7665)
---
 components/camel-jmx/pom.xml     | 1 +
 init/camel-bundle-plugin/pom.xml | 6 ------
 parent/pom.xml                   | 1 +
 pom.xml                          | 2 +-
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index 54d158f2c1b..b4f9516745a 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -134,6 +134,7 @@
                                     
<xsd>${basedir}/src/main/resources/notifications.xsd</xsd>
                                     
<packagename>org.apache.camel.component.jmx.jaxb</packagename>
                                     <extensionArgs>
+                                        <extensionArg>-no-header</extensionArg>
                                         
<extensionArg>-Xfluent-api</extensionArg>
                                     </extensionArgs>
                                 </xsdOption>
diff --git a/init/camel-bundle-plugin/pom.xml b/init/camel-bundle-plugin/pom.xml
index 3350654871b..e9fbc74178f 100644
--- a/init/camel-bundle-plugin/pom.xml
+++ b/init/camel-bundle-plugin/pom.xml
@@ -77,12 +77,6 @@
             <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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 6c217f332b2..0bebdbccb07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4474,6 +4474,7 @@
                         <strict>false</strict>
                         <extension>true</extension>
                         <args>
+                            <arg>-no-header</arg>
                             <arg>-Xfluent-api</arg>
                         </args>
                         <plugins>
diff --git a/pom.xml b/pom.xml
index ef5a772b1c2..28d4504f874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <!-- we need to override the version inherited from Apache POM for 
modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <java-diff-utils-version>4.7</java-diff-utils-version>
-        <maven-bundle-plugin-version>5.1.5</maven-bundle-plugin-version>
+        <maven-bundle-plugin-version>5.1.6</maven-bundle-plugin-version>
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
 
         <!-- eclipse plugin need the jaxb in this pom.xml file -->

Reply via email to