Skip to content

Commit c1934af

Browse files
committed
Some cleanup.
1 parent 7266c1a commit c1934af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

samples/dgs-webmvc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-web")
1818

1919
// DGS Framework
20-
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:latest.release"))
20+
implementation(platform(libs.boms.dgs))
2121
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
2222
testImplementation("org.springframework.boot:spring-boot-starter-test")
2323

samples/spring-boot-webmvc/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies {
1717
// Spring Boot
1818
implementation("org.springframework.boot:spring-boot-starter-graphql")
1919
implementation("org.springframework.boot:spring-boot-starter-web")
20-
implementation("org.springframework.boot:spring-boot-starter-hateoas")
2120
testImplementation("org.springframework.boot:spring-boot-starter-test")
2221

2322
testImplementation(libs.groovy.all)

0 commit comments

Comments
 (0)