Skip to content

Commit e358f3e

Browse files
authored
Delete unnecessary dependency(msal4j) in spring-cloud-azure-active-directory, because it already exists in classpath by transitive dependency. (Azure#28173)
1 parent 713f974 commit e358f3e

File tree

1 file changed

+0
-5
lines changed
  • sdk/spring/spring-cloud-azure-starter-active-directory

1 file changed

+0
-5
lines changed

sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@
9898
<artifactId>spring-security-config</artifactId>
9999
<version>5.6.1</version> <!-- {x-version-update;org.springframework.security:spring-security-config;external_dependency} -->
100100
</dependency>
101-
<dependency>
102-
<groupId>com.microsoft.azure</groupId>
103-
<artifactId>msal4j</artifactId>
104-
<version>1.11.3</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
105-
</dependency>
106101
<dependency>
107102
<groupId>com.nimbusds</groupId>
108103
<artifactId>nimbus-jose-jwt</artifactId>

0 commit comments

Comments
 (0)