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/02/23 12:37:39 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Snakeyaml

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

commit ca56b2fbaad88278583b47c509819ccfba86d42f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:35:17 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Snakeyaml
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-snakeyaml/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-snakeyaml/pom.xml b/components/camel-snakeyaml/pom.xml
index 05d73d350d7..888584ec6aa 100644
--- a/components/camel-snakeyaml/pom.xml
+++ b/components/camel-snakeyaml/pom.xml
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
+            <version>${snakeyaml-version}</version>
         </dependency>
         <!-- testing -->
         <dependency>