Skip to content

Commit a9040f3

Browse files
committed
Remove Spring for GraphQL
Closes gh-34
1 parent 247be14 commit a9040f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies {
3232
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaformatVersion}")
3333

3434
implementation("org.springframework.boot:spring-boot-starter-cache")
35-
implementation("org.springframework.boot:spring-boot-starter-graphql")
3635
implementation("org.springframework.boot:spring-boot-starter-hateoas")
3736
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
3837
implementation("org.springframework.boot:spring-boot-starter-web")
@@ -47,7 +46,6 @@ dependencies {
4746

4847
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
4948
testImplementation("org.springframework.boot:spring-boot-starter-test")
50-
testImplementation("org.springframework.graphql:spring-graphql-test")
5149
testImplementation("org.springframework.security:spring-security-test")
5250
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
5351
}

0 commit comments

Comments
 (0)