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 13:18:52 UTC

[camel] branch main updated (a785ad6ece4 -> c69192e2514)

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 a785ad6ece4 CAMEL-19062 - Clean up Parent POM - Mina
     new d18af98fd45 CAMEL-19062 - Clean up Parent POM - MSAL4j
     new c69192e2514 CAMEL-19062 - Clean up Parent POM - MSAL4j

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-mail-microsoft-oauth/pom.xml | 5 +++--
 parent/pom.xml                                | 7 -------
 2 files changed, 3 insertions(+), 9 deletions(-)


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

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 d18af98fd4502d4bfbbe76703a4d87345de5cdba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 14:12:07 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d8d8f2a48e0..5317d33a2cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2748,13 +2748,6 @@
             </dependency>
 
 
-            <!-- Optional Microsoft Authentication Library for Java  -->
-            <dependency>
-                <groupId>com.microsoft.azure</groupId>
-                <artifactId>msal4j</artifactId>
-                <version>${msal4j-version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>


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

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 c69192e2514f551a702249063d5665507727eefe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 14:13:11 2023 +0100

    CAMEL-19062 - Clean up Parent POM - MSAL4j
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-mail-microsoft-oauth/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-mail-microsoft-oauth/pom.xml b/components/camel-mail-microsoft-oauth/pom.xml
index e0c5004b962..e7f28f2f7fa 100644
--- a/components/camel-mail-microsoft-oauth/pom.xml
+++ b/components/camel-mail-microsoft-oauth/pom.xml
@@ -45,8 +45,9 @@
         <!--Microsoft Authentication Library for Java  -->
         <dependency>
             <groupId>com.microsoft.azure</groupId>
-            <artifactId>msal4j</artifactId>
+	    <artifactId>msal4j</artifactId>
+	    <version>${msal4j-version}</version>
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>