File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ dependencies {
77 shaded ' com.squareup.okhttp3:okhttp:4.12.0'
88
99 testImplementation ' org.assertj:assertj-core:3.27.3'
10- testImplementation ' com.azure:azure-cosmos:4.63.3'
11- testImplementation ' com.azure:azure-storage-blob:12.29.0'
12- testImplementation ' com.azure:azure-storage-queue:12.24.0'
13- testImplementation ' com.azure:azure-data-tables:12.5.0'
14- testImplementation ' com.azure:azure-messaging-eventhubs:5.19.2'
15- testImplementation ' com.azure:azure-messaging-servicebus:7.17.8'
10+ testImplementation platform(" com.azure:azure-sdk-bom:1.2.32" )
11+ testImplementation ' com.azure:azure-cosmos'
12+ testImplementation ' com.azure:azure-storage-blob'
13+ testImplementation ' com.azure:azure-storage-queue'
14+ testImplementation ' com.azure:azure-data-tables'
15+ testImplementation ' com.azure:azure-messaging-eventhubs'
16+ testImplementation ' com.azure:azure-messaging-servicebus'
1617 testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
1718}
You can’t perform that action at this time.
0 commit comments