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 2020/02/24 07:06:30 UTC

[camel-spring-boot] 12/12: Snakeyaml

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit d6295f5600310f19aa39d4565ff08349cc527f3c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 24 08:06:02 2020 +0100

    Snakeyaml
---
 tooling/camel-spring-boot-dependencies-generator/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-spring-boot-dependencies-generator/pom.xml b/tooling/camel-spring-boot-dependencies-generator/pom.xml
index e88654f..f5982e2 100644
--- a/tooling/camel-spring-boot-dependencies-generator/pom.xml
+++ b/tooling/camel-spring-boot-dependencies-generator/pom.xml
@@ -177,6 +177,7 @@
                             <exclude>org.junit.vintage:*</exclude>
                             <exclude>org.junit.platform:*</exclude>
                             <exclude>net.sf.ehcache:ehcache</exclude>
+                            <exclude>org.yaml:snakeyaml</exclude>
 
                             <exclude>xml-apis:*</exclude>