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/03/09 11:04:34 UTC

[camel] branch main updated (94aaaaa9824 -> 595db901d20)

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 94aaaaa9824 CAMEL-19062 - Clean up Parent POM - Jakarta XML SOAP API
     new 5179adf72fb CAMEL-19062 - Clean up Parent POM - Angus Mail
     new 595db901d20 CAMEL-19062 - Clean up Parent POM - Angus Mail

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-solr/pom.xml | 1 +
 parent/pom.xml                | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Angus Mail

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 595db901d20ec10dbef0926b99d43f5b62ea8f67
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:46:51 2023 +0100

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

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index af749b00567..68cd05079f0 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -46,6 +46,7 @@
         <dependency>
             <groupId>org.eclipse.angus</groupId>
             <artifactId>angus-mail</artifactId>
+            <version>${angus-mail-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.solr</groupId>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Angus Mail

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 5179adf72fbb7e7be664fe9768098cd2b386f288
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:43:56 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7915375724c..d2b7c226d86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2786,12 +2786,6 @@
                 <artifactId>jaxb-runtime</artifactId>
                 <version>${glassfish-jaxb-runtime-version}</version>
             </dependency>
-
-            <dependency>
-                <groupId>org.eclipse.angus</groupId>
-                <artifactId>angus-mail</artifactId>
-                <version>${angus-mail-version}</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>