You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/01/23 10:25:38 UTC

[camel] branch main updated: Camel-Spring-WS and Camel-Springi-XML: Remove reference to Bundles and maven-bundle-plugin

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

acosentino 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 6d7e8864006 Camel-Spring-WS and Camel-Springi-XML: Remove reference to Bundles and maven-bundle-plugin
6d7e8864006 is described below

commit 6d7e88640062559438293043a4067d8dd67bd816
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 23 11:20:01 2023 +0100

    Camel-Spring-WS and Camel-Springi-XML: Remove reference to Bundles and maven-bundle-plugin
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-spring-ws/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index 5fe8ce06070..9af2752ff59 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -32,12 +32,6 @@
     <name>Camel :: Spring Web Services</name>
     <description>Camel support for Spring Web Services</description>
 
-    <properties>
-        <!-- for some weird reason org.springframework.ws and org.springframework.xml
-              will have import-ranges of [2,3) by the bundle plugin, so we
-              need to override it here -->
-    </properties>
-
     <dependencies>
 
         <dependency>