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.git


The following commit(s) were added to refs/heads/main by this push:
     new 25ce112d80e (chores) camel-core-base-engine: remove unused dependencies
25ce112d80e is described below

commit 25ce112d80e19f9cf260e884c66a8092ee5157cc
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu May 16 07:06:47 2024 +0200

    (chores) camel-core-base-engine: remove unused dependencies
    
    ref: 894f48cb5ac and 036ec6045894
---
 core/camel-base-engine/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/core/camel-base-engine/pom.xml b/core/camel-base-engine/pom.xml
index 7e562efbeb4..0a4de4b6fdf 100644
--- a/core/camel-base-engine/pom.xml
+++ b/core/camel-base-engine/pom.xml
@@ -49,20 +49,6 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.openjdk.jmh</groupId>
-            <artifactId>jmh-core</artifactId>
-            <version>1.37</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.openjdk.jmh</groupId>
-            <artifactId>jmh-generator-annprocess</artifactId>
-            <version>1.37</version>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
 </project>

Reply via email to