File tree 1 file changed +21
-0
lines changed
sdk/cosmos/azure-cosmos-encryption
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,33 @@ Licensed under the MIT License.
58
58
<groupId >com.azure</groupId >
59
59
<artifactId >azure-security-keyvault-keys</artifactId >
60
60
<version >4.2.6</version > <!-- {x-version-update;com.azure:azure-security-keyvault-keys;dependency} -->
61
+ <exclusions >
62
+ <exclusion >
63
+ <groupId >com.azure</groupId >
64
+ <artifactId >azure-core</artifactId >
65
+ </exclusion >
66
+ <exclusion >
67
+ <groupId >com.azure</groupId >
68
+ <artifactId >azure-core-http-netty</artifactId >
69
+ </exclusion >
70
+ </exclusions >
61
71
</dependency >
62
72
63
73
<dependency >
64
74
<groupId >com.azure</groupId >
65
75
<artifactId >azure-identity</artifactId >
76
+ <scope >test</scope >
66
77
<version >1.2.4</version > <!-- {x-version-update;com.azure:azure-identity;dependency} -->
78
+ <exclusions >
79
+ <exclusion >
80
+ <groupId >com.azure</groupId >
81
+ <artifactId >azure-core</artifactId >
82
+ </exclusion >
83
+ <exclusion >
84
+ <groupId >com.azure</groupId >
85
+ <artifactId >azure-core-http-netty</artifactId >
86
+ </exclusion >
87
+ </exclusions >
67
88
</dependency >
68
89
69
90
<!-- Added this provided dependency to include necessary annotations used by "reactor-core".
You can’t perform that action at this time.
0 commit comments