Skip to content

Commit

Permalink
pom refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Jan 29, 2024
1 parent d6bc493 commit 6150a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.13.9</version>
<version>${msal4j.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
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 6150a69

Please sign in to comment.