Skip to content

Commit ed4ea87

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removed JUnit test framework dependencies and test step in build.gradle.
1 parent 537cf33 commit ed4ea87

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
@@ -21,10 +21,6 @@ java {
2121
withJavadocJar()
2222
}
2323

24-
test {
25-
useJUnitPlatform()
26-
}
27-
2824
sourceSets {
2925
main {
3026
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-core:5.12.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)