You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2022/11/25 20:53:56 UTC

[camel] branch main updated: Remove duplicate dependency

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

gnodet 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 83d6774519e Remove duplicate dependency
83d6774519e is described below

commit 83d6774519e880a27d9cf4543ccba5be76aef8c4
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Nov 25 21:50:22 2022 +0100

    Remove duplicate dependency
---
 components/camel-spring-xml/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 033b50adb34..0da471cadfb 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -138,12 +138,6 @@
             <artifactId>derby</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>