Skip to content

Commit 8aef80d

Browse files
Add Jackson Annotations dependency to Spring Boot classpath (#1280)
1 parent 333db1e commit 8aef80d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/embedded/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ configurations.configureEach {
3838
dependencies {
3939
// Needed to support composite Log4j2 plugins using JSONLayout elements
4040
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
41+
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonAnnotationsVersion}"
4142

4243
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}") {
4344
exclude group: "org.springframework.boot", module: "spring-boot-starter-json" // Not used (?) and pulls in an old version of Jackson

0 commit comments

Comments
 (0)