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/23 12:18:53 UTC

[camel] branch main updated (efcac0f25d5 -> 0c28959ac04)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from efcac0f25d5 Sync deps
     new 9cac1916ae1 CAMEL-19062 - Clean up Parent POM - Spring Security
     new 0c28959ac04 CAMEL-19062 - Clean up Parent POM - Spring Security

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-spring-security/pom.xml |  2 ++
 parent/pom.xml                           | 13 -------------
 2 files changed, 2 insertions(+), 13 deletions(-)


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Spring Security

Posted by ac...@apache.org.
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 9cac1916ae11e3d4d9a08dc9112cee8e16683620
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:15:06 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0f72ebda906..3239c6033ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2747,19 +2747,6 @@
                 <version>${log4j2-version}</version>
             </dependency>
 
-            <!-- spec jars -->
-            <!-- Optional Spring Support -->
-            <dependency>
-                <groupId>org.springframework.security</groupId>
-                <artifactId>spring-security-config</artifactId>
-                <version>${spring-security-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework.security</groupId>
-                <artifactId>spring-security-core</artifactId>
-                <version>${spring-security-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-library</artifactId>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Spring Security

Posted by ac...@apache.org.
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 0c28959ac04ebda6b2ca729553b64698150451c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:16:13 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Spring Security
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-spring-security/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index c14d6cedd7e..7ca2200cc37 100644
--- a/components/camel-spring-security/pom.xml
+++ b/components/camel-spring-security/pom.xml
@@ -75,10 +75,12 @@
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-core</artifactId>
+            <version>${spring-security-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-config</artifactId>
+            <version>${spring-security-version}</version>
         </dependency>
 
         <dependency>