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/22 12:40:51 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Spring Core and Spring Beans

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 9c381eb4b5a2125bb05ffd48203fa04e74de9015
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 13:37:08 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Spring Core and Spring Beans
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a4510f93758..795b33c1a2b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2749,16 +2749,6 @@
 
             <!-- spec jars -->
             <!-- Optional Spring Support -->
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-core</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-beans</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-web</artifactId>