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 <anco...@gmail.com>
AuthorDate: Thu Feb 23 14:13:11 2023 +0100

    CAMEL-19062 - Clean up Parent POM - MSAL4j
    
    Signed-off-by: Andrea Cosentino <anco...@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>

Reply via email to