File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-boot-project/spring-boot-jackson Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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" ))
You can’t perform that action at this time.
0 commit comments