forked from microsoftgraph/msgraph-sdk-java-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
24 lines (21 loc) · 1.25 KB
/
dependencies.gradle
File metadata and controls
24 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dependencies {
// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0'
testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0'
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.azure:azure-core:1.53.0'
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.7.0'
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.7.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.7.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.7.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.7.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.7.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.7.0'
}