File tree Expand file tree Collapse file tree 4 files changed +1
-26
lines changed
sdk/identity/azure-identity Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ org.slf4j:slf4j-api;1.7.36
9292org.slf4j:slf4j-nop;1.7.36
9393org.slf4j:slf4j-simple;1.7.36
9494redis.clients:jedis;6.2.0
95- io.lettuce:lettuce-core;6.8.1.RELEASE
96- org.redisson:redisson;3.51.0
9795testdep_net.bytebuddy:byte-buddy;1.17.7
9896testdep_net.bytebuddy:byte-buddy-agent;1.17.7
9997org.openrewrite.recipe:rewrite-recipe-bom;3.9.0
Original file line number Diff line number Diff line change 99### Bugs Fixed
1010
1111### Other Changes
12+ - Removed unused jetty, redisson, and lettuce-core dependencies.
1213
1314## 1.19.0-beta.1 (2025-11-14)
1415
Original file line number Diff line number Diff line change 7777 <version >2.13.1</version > <!-- {x-version-update;com.google.code.gson:gson;external_dependency} -->
7878 <scope >test</scope >
7979 </dependency >
80- <dependency >
81- <groupId >redis.clients</groupId >
82- <artifactId >jedis</artifactId >
83- <version >6.2.0</version > <!-- {x-version-update;redis.clients:jedis;external_dependency} -->
84- <scope >test</scope >
85- </dependency >
86- <dependency >
87- <groupId >io.lettuce</groupId >
88- <artifactId >lettuce-core</artifactId >
89- <version >6.8.1.RELEASE</version > <!-- {x-version-update;io.lettuce:lettuce-core;external_dependency} -->
90- <scope >test</scope >
91- </dependency >
92- <dependency >
93- <groupId >org.redisson</groupId >
94- <artifactId >redisson</artifactId >
95- <version >3.51.0</version > <!-- {x-version-update;org.redisson:redisson;external_dependency} -->
96- <scope >test</scope >
97- </dependency >
9880 <dependency >
9981 <groupId >org.mockito</groupId >
10082 <artifactId >mockito-inline</artifactId >
Original file line number Diff line number Diff line change 1414 <Bug pattern =" DLS_DEAD_LOCAL_STORE" />
1515 <Or >
1616 <Class name =" com.azure.identity.credential.JavaDocCodeSnippets" />
17- <Class name =" com.azure.redisson.sample.HelloWorld" />
1817 </Or >
1918 </Match >
2019 <Match >
4544 <Or >
4645 <Class name =" com.azure.identity.implementation.SynchronizedAccessorTests" />
4746 <Class name =" com.azure.identity.implementation.util.ValidationUtil" />
48- <Class name =" com.azure.jedis.Authenticator" />
49- <Class name =" com.azure.lettuce.sample.withcredentialprovider.AuthenticateWithTokenCache$AzureRedisCredentials" />
50- <Class name =" com.azure.lettuce.sample.withcredentialprovider.HandleReauthentication$AzureRedisCredentials" />
51- <Class name =" com.azure.lettuce.sample.withcredentialprovider.HelloWorld$AzureRedisCredentials" />
52- <Class name =" com.azure.redisson.sample.HelloWorld" />
5347 </Or >
5448 </Match >
5549 <Match >
You can’t perform that action at this time.
0 commit comments