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/20 13:06:35 UTC

[camel] branch main updated (662bd1c1240 -> 05a70c5af81)

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 662bd1c1240 Sync deps
     new c55eac22c37 CAMEL-19062 - Clean up Parent POM - Commons logging
     new b86df4f6073 CAMEL-19062 - Clean up Parent POM - Commons codec
     new 5d6639fe46b CAMEL-19062 - Clean up Parent POM - Xbean Spring
     new d7ab1a3e89f CAMEL-19062 - Clean up Parent POM - Xbean Spring
     new 79704b7c1dd CAMEL-19062 - Clean up Parent POM - Geronimo J2EE Connector Spec 1.5
     new 2630075230e CAMEL-19062 - Clean up Parent POM - Geronimo J2EE jacc spec 1.0
     new b8315fb3fd7 CAMEL-19062 - Clean up Parent POM - Geronimo J2EE management spec 1.0
     new ae3bc76156c CAMEL-19062 - Clean up Parent POM - Jakarta JMS API
     new 05a70c5af81 CAMEL-19062 - Clean up Parent POM - Jakarta JMS API

The 9 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:
 catalog/camel-catalog-maven/pom.xml                |  1 +
 catalog/camel-report-maven-plugin/pom.xml          |  1 +
 components/camel-amqp/pom.xml                      |  1 +
 components/camel-atom/pom.xml                      |  1 +
 components/camel-base64/pom.xml                    |  1 +
 components/camel-crypto/pom.xml                    |  1 +
 components/camel-github/pom.xml                    |  1 +
 components/camel-jms/pom.xml                       |  2 ++
 components/camel-shiro/pom.xml                     |  1 +
 components/camel-sjms/pom.xml                      |  1 +
 components/camel-solr/pom.xml                      |  1 +
 components/camel-spring-security/pom.xml           |  1 +
 components/camel-xmlsecurity/pom.xml               |  1 +
 parent/pom.xml                                     | 38 ----------------------
 .../camel-test-infra-messaging-common/pom.xml      |  1 +
 tests/camel-itest/pom.xml                          |  1 +
 16 files changed, 16 insertions(+), 38 deletions(-)


[camel] 06/09: CAMEL-19062 - Clean up Parent POM - Geronimo J2EE jacc spec 1.0

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 2630075230e73301cdb6c8dd8247c38f46451f37
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:50:10 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Geronimo J2EE jacc spec 1.0
    
    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 d06bbf3c645..ff4d64a3f14 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2750,11 +2750,6 @@
             </dependency>
 
             <!-- spec jars -->
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-                <version>${geronimo-j2ee-jacc-spec-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>


[camel] 02/09: CAMEL-19062 - Clean up Parent POM - Commons codec

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 b86df4f60734cc66b89e7b482004a4c543ef6cf8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:22:44 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons codec
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 catalog/camel-catalog-maven/pom.xml       | 1 +
 catalog/camel-report-maven-plugin/pom.xml | 1 +
 components/camel-atom/pom.xml             | 1 +
 components/camel-base64/pom.xml           | 1 +
 components/camel-crypto/pom.xml           | 1 +
 components/camel-github/pom.xml           | 1 +
 components/camel-solr/pom.xml             | 1 +
 components/camel-xmlsecurity/pom.xml      | 1 +
 parent/pom.xml                            | 6 ------
 9 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog-maven/pom.xml b/catalog/camel-catalog-maven/pom.xml
index 1997a3819d6..28116fa441b 100644
--- a/catalog/camel-catalog-maven/pom.xml
+++ b/catalog/camel-catalog-maven/pom.xml
@@ -74,6 +74,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
 
         <!-- disable all components -->
diff --git a/catalog/camel-report-maven-plugin/pom.xml b/catalog/camel-report-maven-plugin/pom.xml
index 11b5869f97d..b369548b2d1 100644
--- a/catalog/camel-report-maven-plugin/pom.xml
+++ b/catalog/camel-report-maven-plugin/pom.xml
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
 
         <dependency>
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index e0e9a73061b..f759ebc2518 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -42,6 +42,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
diff --git a/components/camel-base64/pom.xml b/components/camel-base64/pom.xml
index 14538774ebf..b7dd920bd98 100644
--- a/components/camel-base64/pom.xml
+++ b/components/camel-base64/pom.xml
@@ -44,6 +44,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 7e500ab7bec..9370049614a 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -39,6 +39,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
diff --git a/components/camel-github/pom.xml b/components/camel-github/pom.xml
index 75e62822740..25f81c75c65 100644
--- a/components/camel-github/pom.xml
+++ b/components/camel-github/pom.xml
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index aab86688664..53d5fb139af 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index 82aff381e92..05a26429bc3 100644
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.santuario</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c4a641918a..07f0f34b150 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2749,12 +2749,6 @@
                 <version>${log4j2-version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${commons-codec-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-spring</artifactId>


[camel] 01/09: CAMEL-19062 - Clean up Parent POM - Commons logging

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 c55eac22c373d3b66710391022ccd6239cf9e3ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:14:42 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons logging
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-shiro/pom.xml           | 1 +
 components/camel-spring-security/pom.xml | 1 +
 parent/pom.xml                           | 6 ------
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index 61aee34468e..4843e9de6c9 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -63,6 +63,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <version>${commons-logging-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index 33fc4ebed0f..cedb00a1db8 100644
--- a/components/camel-spring-security/pom.xml
+++ b/components/camel-spring-security/pom.xml
@@ -79,6 +79,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <version>${commons-logging-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 97c989ee13c..8c4a641918a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2748,12 +2748,6 @@
                 <artifactId>log4j-web</artifactId>
                 <version>${log4j2-version}</version>
             </dependency>
-            <!-- commons-logging needed by Spring -->
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>${commons-logging-version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>commons-codec</groupId>


[camel] 04/09: CAMEL-19062 - Clean up Parent POM - Xbean Spring

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 d7ab1a3e89f58a0bbaca7b9f8c7e613e11a2d350
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:31:31 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Xbean Spring
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 tests/camel-itest/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 91133e6ff2f..0d3dd785fea 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -269,6 +269,7 @@
         <dependency>
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
+            <version>${xbean-spring-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework</groupId>


[camel] 05/09: CAMEL-19062 - Clean up Parent POM - Geronimo J2EE Connector Spec 1.5

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 79704b7c1dd13badf44f4d831c9776cbb1bbc964
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:39:48 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Geronimo J2EE Connector Spec 1.5
    
    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 53e64fa42a6..d06bbf3c645 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2750,11 +2750,6 @@
             </dependency>
 
             <!-- spec jars -->
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-                <version>${geronimo-j2ee-connector-spec-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>


[camel] 08/09: CAMEL-19062 - Clean up Parent POM - Jakarta JMS API

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 ae3bc76156cbe213d96b9ba55210052820b5fbcd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:59:28 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta JMS API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-amqp/pom.xml | 1 +
 components/camel-jms/pom.xml  | 1 +
 components/camel-sjms/pom.xml | 1 +
 parent/pom.xml                | 5 -----
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 141cbd5d5c3..b1c4b6780b7 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>jakarta.jms</groupId>
             <artifactId>jakarta.jms-api</artifactId>
+            <version>${jakarta-jms-api-version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index e09a086c002..d6aed7ea498 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>jakarta.jms</groupId>
             <artifactId>jakarta.jms-api</artifactId>
+            <version>${jakarta-jms-api-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml
index ff1dc8b822c..c4e57905c96 100644
--- a/components/camel-sjms/pom.xml
+++ b/components/camel-sjms/pom.xml
@@ -44,6 +44,7 @@
         <dependency>
             <groupId>jakarta.jms</groupId>
             <artifactId>jakarta.jms-api</artifactId>
+            <version>${jakarta-jms-api-version}</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 6213db16690..a24ea07a355 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2750,11 +2750,6 @@
             </dependency>
 
             <!-- spec jars -->
-            <dependency>
-                <groupId>jakarta.jms</groupId>
-                <artifactId>jakarta.jms-api</artifactId>
-                <version>${jakarta-jms-api-version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>jakarta.persistence</groupId>


[camel] 03/09: CAMEL-19062 - Clean up Parent POM - Xbean Spring

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 5d6639fe46bc3b54fa34a875b51e3e8d14cdd283
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:30:45 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Xbean Spring
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jms/pom.xml | 1 +
 parent/pom.xml               | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 46bc7f4fde2..e09a086c002 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -125,6 +125,7 @@
         <dependency>
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
+            <version>${xbean-spring-version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
diff --git a/parent/pom.xml b/parent/pom.xml
index 07f0f34b150..53e64fa42a6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2749,12 +2749,6 @@
                 <version>${log4j2-version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-spring</artifactId>
-                <version>${xbean-spring-version}</version>
-            </dependency>
-
             <!-- spec jars -->
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>


[camel] 07/09: CAMEL-19062 - Clean up Parent POM - Geronimo J2EE management spec 1.0

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 b8315fb3fd73e74c30bda5dee0e6ab4d7e643675
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:51:12 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Geronimo J2EE management spec 1.0
    
    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 ff4d64a3f14..6213db16690 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2750,11 +2750,6 @@
             </dependency>
 
             <!-- spec jars -->
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                <version>${geronimo-j2ee-management-spec-version}</version>
-            </dependency>
             <dependency>
                 <groupId>jakarta.jms</groupId>
                 <artifactId>jakarta.jms-api</artifactId>


[camel] 09/09: CAMEL-19062 - Clean up Parent POM - Jakarta JMS API

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 05a70c5af81314658286e2d75d774c7600a965da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 14:00:19 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta JMS API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 test-infra/camel-test-infra-messaging-common/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-infra/camel-test-infra-messaging-common/pom.xml b/test-infra/camel-test-infra-messaging-common/pom.xml
index da957c56d7f..497c91001e2 100644
--- a/test-infra/camel-test-infra-messaging-common/pom.xml
+++ b/test-infra/camel-test-infra-messaging-common/pom.xml
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>jakarta.jms</groupId>
             <artifactId>jakarta.jms-api</artifactId>
+            <version>${jakarta-jms-api-version}</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>