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:36:53 UTC

[camel] 01/04: CAMEL-19062 - Clean up Parent POM - Spring Context

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 f363cb531a6158e2cf80b90f952617263d7682dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 13:28:15 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2db35f66b9b..f6e3f65d02c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2749,11 +2749,6 @@
 
             <!-- spec jars -->
             <!-- Optional Spring Support -->
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-context</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-test</artifactId>