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

[camel] branch main updated (0204bfa2878 -> c3289efaa56)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 0204bfa2878 Adding support to named parameters on queries provided by using the C… (#9480)
     new da5ac9a645d CAMEL-19062 - Clean up Parent POM - Directory Watcher
     new c3289efaa56 CAMEL-19062 - Clean up Parent POM - Directory Watcher

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-file-watch/pom.xml | 1 +
 parent/pom.xml                      | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)


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

Posted by ac...@apache.org.
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 -->


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

Posted by ac...@apache.org.
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>