Skip to content

Commit f1d14a1

Browse files
authored
Merge pull request #89 from setchy/fix/springbom-dgs
fix: add springboot bom to resolve local build issues
2 parents daee663 + 730c05a commit f1d14a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql-datetime-dgs-autoconfigure/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
api(project(":graphql-datetime-spring-boot-common"))
1515

1616
// Spring Boot
17+
compileOnly(platform(libs.boms.spring.boot))
1718
compileOnly("org.springframework.boot:spring-boot-autoconfigure")
1819

1920
// DGS Framework

0 commit comments

Comments
 (0)