Skip to content

Commit 555306a

Browse files
authored
Merge pull request #1035 from microsoftgraph/1030-replace-mockito-inline-by-mockito-core
Removed Junit and Mockito dependencies
2 parents 2d60433 + 956a4cb commit 555306a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ java {
2222
withJavadocJar()
2323
}
2424

25-
test {
26-
useJUnitPlatform()
27-
}
28-
2925
sourceSets {
3026
main {
3127
java {

gradle/dependencies.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
dependencies {
2-
// Use JUnit test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
4-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
5-
testImplementation 'org.mockito:mockito-inline:5.2.0'
6-
2+
73
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
84
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
95

0 commit comments

Comments
 (0)