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

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

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>