File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 129
129
<version >${mockito-core.version} </version >
130
130
<scope >test</scope >
131
131
</dependency >
132
+ <dependency >
133
+ <groupId >com.azure</groupId >
134
+ <artifactId >azure-identity</artifactId >
135
+ <version >1.15.4</version >
136
+ </dependency >
132
137
</dependencies >
133
138
<build >
134
139
<extensions >
218
223
<exclude >META-INF/*.RSA</exclude >
219
224
</excludes >
220
225
</filter >
226
+ <filter >
227
+ <artifact >*:jackson-core</artifact >
228
+ <excludes >
229
+ <exclude >META-INF/versions/17/**</exclude >
230
+ <exclude >META-INF/versions/21/**</exclude >
231
+ </excludes >
232
+ </filter >
221
233
</filters >
222
234
<relocations >
223
235
<relocation combine.children=" append" >
277
289
<pattern >javax.annotation</pattern >
278
290
<shadedPattern >com.microsoft.azure.functions.shaded.javax.annotation</shadedPattern >
279
291
</relocation >
292
+ <!-- relocate azure-identity -->
293
+ <relocation combine.children=" append" >
294
+ <pattern >com.azure.identity</pattern >
295
+ <shadedPattern >com.microsoft.azure.functions.shaded.com.azure.identity</shadedPattern >
296
+ </relocation >
297
+ <!-- relocate azure-core credential classes -->
298
+ <relocation combine.children=" append" >
299
+ <pattern >com.azure.core.credential</pattern >
300
+ <shadedPattern >com.microsoft.azure.functions.shaded.com.azure.core.credential</shadedPattern >
301
+ </relocation >
280
302
</relocations >
281
303
</configuration >
282
304
</execution >
You can’t perform that action at this time.
0 commit comments