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

apupier 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 a5aea8e66b08 CAMEL-23773 - exclude opensaml from camel-itest
a5aea8e66b08 is described below

commit a5aea8e66b084b1aeae08db7704ff7abdbb436dc
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 17 16:54:21 2026 +0200

    CAMEL-23773 - exclude opensaml from camel-itest
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 tests/camel-itest/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index ae81cf9d6656..75dabf8d9400 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -73,6 +73,12 @@
             <artifactId>cxf-rt-ws-security</artifactId>
             <version>${cxf-version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.opensaml</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to