You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/04 13:56:03 UTC

[camel] 04/07: CAMEL-17447: removed unused dependencies in core/camel-support

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

commit 98b0d24c7055ce72cdb973771e31671cf2003417
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:31:43 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-support
---
 core/camel-support/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/camel-support/pom.xml b/core/camel-support/pom.xml
index 7dff83373fa..34f377c422c 100644
--- a/core/camel-support/pom.xml
+++ b/core/camel-support/pom.xml
@@ -63,12 +63,6 @@
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
-            <version>${assertj-version}</version>
-            <scope>test</scope>
-        </dependency>
 
         <!-- logging -->
         <dependency>