We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333db1e commit 8aef80dCopy full SHA for 8aef80d
1 file changed
server/embedded/build.gradle
@@ -38,6 +38,7 @@ configurations.configureEach {
38
dependencies {
39
// Needed to support composite Log4j2 plugins using JSONLayout elements
40
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
41
+ implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonAnnotationsVersion}"
42
43
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}") {
44
exclude group: "org.springframework.boot", module: "spring-boot-starter-json" // Not used (?) and pulls in an old version of Jackson
0 commit comments