From eb5880abe43c2065d4ec169f7647c6cf14e5d50e Mon Sep 17 00:00:00 2001
From: Alok Joshi <AJoshi19@slb.com>
Date: Wed, 18 Nov 2020 22:09:00 -0600
Subject: [PATCH] fix dependency issues

---
 provider/partition-azure/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml
index 835274736..57c1fad12 100644
--- a/provider/partition-azure/pom.xml
+++ b/provider/partition-azure/pom.xml
@@ -60,11 +60,29 @@
       <artifactId>azure-core-http-netty</artifactId>
       <version>1.5.4</version>
     </dependency>
+    <dependency>
+      <groupId>com.microsoft.azure</groupId>
+      <artifactId>msal4j</artifactId>
+      <version>0.5.0-preview</version>
+    </dependency>
+    <dependency>
+      <groupId>com.nimbusds</groupId>
+      <artifactId>nimbus-jose-jwt</artifactId>
+      <version>7.9</version>
+    </dependency>
     <dependency>
       <groupId>org.opengroup.osdu</groupId>
       <artifactId>core-lib-azure</artifactId>
       <version>0.0.39</version>
       <exclusions>
+        <exclusion>
+          <groupId>com.nimbusds</groupId>
+          <artifactId>nimbus-jose-jwt</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.microsoft.azure</groupId>
+          <artifactId>msal4j</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.opengroup.osdu</groupId>
           <artifactId>os-core-common</artifactId>
-- 
GitLab