Skip to content

Commit

Permalink
change adal to msal
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Feb 4, 2020
1 parent f480f67 commit 797a545
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-dependencies-bom</artifactId>
<version>2.2.0.M3</version>
<version>2.2.0.M4</version>
<packaging>pom</packaging>

<name>Azure SDK dependencies BOM</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<!-- Azure SDK Version Properties -->
<properties>
<azure.sdk.version>1.26.0</azure.sdk.version>
<azure.adal4j.version>1.6.4</azure.adal4j.version>
<azure.msal4j.version>0.5.0-preview</azure.msal4j.version>
<azure.applicationinsights.version>2.5.0</azure.applicationinsights.version>
<azure.eventhub.eph.version>2.5.2</azure.eventhub.eph.version>
<azure.servicebus.version>1.2.15</azure.servicebus.version>
Expand All @@ -68,13 +68,14 @@
<version>${azure.sdk.version}</version>
</dependency>

<!-- Azure Adal4j -->
<!-- Azure MSAL4j -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>${azure.adal4j.version}</version>
<artifactId>msal4j</artifactId>
<version>${azure.msal4j.version}</version>
</dependency>


<!-- Azure ApplicationInsights -->
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down

0 comments on commit 797a545

Please sign in to comment.