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

[camel] 02/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 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 -->