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:49:48 UTC

[camel] branch main updated (8030fb33bf0 -> 159ff52f00d)

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 8030fb33bf0 CAMEL-19062 - Clean up Parent POM - Hapi
     new 003e3db91ed CAMEL-19062 - Clean up Parent POM - Disruptor
     new 159ff52f00d CAMEL-19062 - Clean up Parent POM - Disruptor

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-disruptor/pom.xml | 1 +
 parent/pom.xml                     | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)


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

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 003e3db91ed82c5d2e825cd8e073270d1402f615
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:42:35 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c7beffb6d8e..4b113d1abaf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2747,12 +2747,6 @@
                 <version>${log4j2-version}</version>
             </dependency>
 
-            <!-- optional disruptor dependencies -->
-            <dependency>
-                <groupId>com.lmax</groupId>
-                <artifactId>disruptor</artifactId>
-                <version>${disruptor-version}</version>
-            </dependency>
 
             <!-- optional Dropbox dependencies -->
             <dependency>


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

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 159ff52f00d34e166fd638d28101cccca8259c81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:43:17 2023 +0100

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

diff --git a/components/camel-disruptor/pom.xml b/components/camel-disruptor/pom.xml
index ff5f0bccd10..af6aeafbf37 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -42,6 +42,7 @@
         <dependency>
             <groupId>com.lmax</groupId>
             <artifactId>disruptor</artifactId>
+            <version>${disruptor-version}</version>
         </dependency>
 
         <!-- Test dependencies -->