File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/test/java/com/microsoft/aad/msal4j Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 37
37
<groupId >com.nimbusds</groupId >
38
38
<artifactId >oauth2-oidc-sdk</artifactId >
39
39
<version >9.32</version >
40
+ <exclusions >
41
+ <exclusion >
42
+ <!--
43
+ com.nimbusds:oauth2-oidc-sdk:9.7 have version range: net.minidev:json-smart:[1.3.3,2.4.7].
44
+ This will bring trouble to our customer.
45
+ Refs: https://github.com/Azure/azure-sdk-for-java/issues/23373
46
+ -->
47
+ <groupId >net.minidev</groupId >
48
+ <artifactId >json-smart</artifactId >
49
+ </exclusion >
50
+ </exclusions >
51
+ </dependency >
52
+ <dependency >
53
+ <groupId >net.minidev</groupId >
54
+ <artifactId >json-smart</artifactId >
55
+ <version >2.4.8</version >
40
56
</dependency >
41
57
<dependency >
42
58
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ public void testDoStaticInstanceDiscovery_ValidateFalse_TrustedAuthority()
158
158
@ DataProvider (name = "authoritiesWithEmptyPath" )
159
159
public static Object [][] createData () {
160
160
return new Object [][]{{"https://login.microsoftonline.com/" },
161
- {"https://login.microsoftonline.com//" },
162
161
{"https://login.microsoftonline.com//tenant" },
163
162
{"https://login.microsoftonline.com////tenant//path1" }};
164
163
}
You can’t perform that action at this time.
0 commit comments