File tree 1 file changed +2
-1
lines changed
spring-boot-project/spring-boot-jackson
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ dependencies {
12
12
api(project(" :spring-boot-project:spring-boot" ))
13
13
api(" com.fasterxml.jackson.core:jackson-databind" )
14
14
15
+ implementation(" org.springframework:spring-web" )
16
+
15
17
optional(project(" :spring-boot-project:spring-boot-autoconfigure" ))
16
18
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" )
17
19
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml" )
18
20
optional(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" )
19
21
optional(" com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations" )
20
22
optional(" com.fasterxml.jackson.module:jackson-module-parameter-names" )
21
- optional(" org.springframework:spring-web" )
22
23
23
24
testImplementation(project(" :spring-boot-project:spring-boot-test" ))
24
25
testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
You can’t perform that action at this time.
0 commit comments