Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit a384799

Browse files
chore(#5): remove redundant test dependencies
1 parent a57968d commit a384799

File tree

1 file changed

+0
-3
lines changed
  • graphql-kickstart-spring-boot-autoconfigure-graphql-annotations

1 file changed

+0
-3
lines changed

graphql-kickstart-spring-boot-autoconfigure-graphql-annotations/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies {
66
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
77

88
testImplementation "org.springframework.boot:spring-boot-starter-test"
9-
testRuntimeOnly "org.springframework.boot:spring-boot-starter-web"
109
testImplementation project(":graphql-spring-boot-starter-test")
11-
testImplementation "org.reflections:reflections:$LIB_REFLECTIONS_VER"
12-
testImplementation "org.mockito:mockito-core"
1310
testImplementation "io.reactivex.rxjava2:rxjava"
1411
}

0 commit comments

Comments
 (0)