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:43 UTC

[camel] 01/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 da5ac9a645d1375712669eba679c74f49ffced4b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:39:14 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index fdef89eda7a..9be6711a3c4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- directory-watcher for camel-file-watch component -->
-            <dependency>
-                <groupId>io.methvin</groupId>
-                <artifactId>directory-watcher</artifactId>
-                <version>${directory-watcher-version}</version>
-            </dependency>
-
             <!-- Netty bom -->
             <dependency>
                 <groupId>io.netty</groupId>