Skip to content

Commit

Permalink
Delete unnecessary dependency(msal4j) in spring-cloud-azure-active-di…
Browse files Browse the repository at this point in the history
…rectory, because it already exists in classpath by transitive dependency. (Azure#28173)
  • Loading branch information
rujche authored Apr 12, 2022
1 parent 713f974 commit e358f3e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@
<artifactId>spring-security-config</artifactId>
<version>5.6.1</version> <!-- {x-version-update;org.springframework.security:spring-security-config;external_dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.11.3</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
Expand Down

0 comments on commit e358f3e

Please sign in to comment.