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/03/08 09:57:44 UTC

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

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 c3289efaa56c12da207c05bd62cc87319a92263c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:39:50 2023 +0100

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

diff --git a/components/camel-file-watch/pom.xml b/components/camel-file-watch/pom.xml
index 13497a2b0d1..81cfb42e06b 100644
--- a/components/camel-file-watch/pom.xml
+++ b/components/camel-file-watch/pom.xml
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>io.methvin</groupId>
             <artifactId>directory-watcher</artifactId>
+            <version>${directory-watcher-version}</version>
         </dependency>
 
         <!-- testing -->