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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit ec1da5d453192f6c09a842963544d4ae6e968b2a
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu May 4 07:48:25 2023 +0200

    (chores) performance: added missing dependency for disruptor tests
---
 tests/camel-jmh/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/camel-jmh/pom.xml b/tests/camel-jmh/pom.xml
index 6f51554..10e025c 100644
--- a/tests/camel-jmh/pom.xml
+++ b/tests/camel-jmh/pom.xml
@@ -67,6 +67,11 @@
             <artifactId>camel-joor</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-disruptor</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-api</artifactId>

Reply via email to