Skip to content

Commit 6c77993

Browse files
committed
fixup! Create spring-boot-jackson-module
1 parent 814c67b commit 6c77993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-jackson/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ dependencies {
1212
api(project(":spring-boot-project:spring-boot"))
1313
api("com.fasterxml.jackson.core:jackson-databind")
1414

15+
implementation("org.springframework:spring-web")
16+
1517
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
1618
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor")
1719
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
1820
optional("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
1921
optional("com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations")
2022
optional("com.fasterxml.jackson.module:jackson-module-parameter-names")
21-
optional("org.springframework:spring-web")
2223

2324
testImplementation(project(":spring-boot-project:spring-boot-test"))
2425
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))

0 commit comments

Comments
 (0)