You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/10 05:49:19 UTC

[camel-spring-boot] branch main updated: CAMEL-17435: filter dependencies that were modified as part of the Camel Core dep cleanup (#429)

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e49db4  CAMEL-17435: filter dependencies that were modified as part of the Camel Core dep cleanup (#429)
9e49db4 is described below

commit 9e49db4a109a4b94dba7dbf2587d36c1e7b14a6e
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Mon Jan 10 06:48:21 2022 +0100

    CAMEL-17435: filter dependencies that were modified as part of the Camel Core dep cleanup (#429)
---
 tooling/camel-spring-boot-dependencies-generator/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies-generator/pom.xml b/tooling/camel-spring-boot-dependencies-generator/pom.xml
index 0b24348..2a70cc6 100644
--- a/tooling/camel-spring-boot-dependencies-generator/pom.xml
+++ b/tooling/camel-spring-boot-dependencies-generator/pom.xml
@@ -213,9 +213,17 @@
                             <exclude>org.apache.maven.archetype:*</exclude>
                             <exclude>org.osgi:*</exclude>
 
+                            <!-- Modified on Camel due to CAMEL-17435 -->
+                            <exclude>com.sun.xml.messaging.saaj:saaj-impl:*</exclude>
+                            <exclude>jakarta.xml.bind:jakarta.xml.bind-api:*</exclude>
+                            <exclude>javax.annotation:javax.annotation-api:*</exclude>
+                            <exclude>javax.xml.ws:jaxws-api:*</exclude>
+                            <exclude>org.glassfish.jaxb:jaxb-runtime:*</exclude>
+
                             <!-- Unuseful -->
                             <exclude>org.springframework:springloaded</exclude>
                             <exclude>com.zaxxer:HikariCP-java6</exclude>
+
                         </excludes>
                     </dependencies>