Skip to content

Commit

Permalink
[Bugfix] Excluded included correct msal lib (#360)
Browse files Browse the repository at this point in the history
* msal exclude include
  • Loading branch information
asaharn authored Jan 29, 2024
1 parent 8428f22 commit 35618ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId>
Expand All @@ -81,6 +85,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>${msal4j.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-ingest</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<shadingPrefix>azure_kusto_spark</shadingPrefix>
<slf4j.version>1.8.0-beta4</slf4j.version>
<specs2.version>3.6.5</specs2.version>
<msal4j.version>1.13.9</msal4j.version>
</properties>

<inceptionYear>2018</inceptionYear>
Expand Down

0 comments on commit 35618ff

Please sign in to comment.