diff options
Diffstat (limited to 'reference/logging-slf4j-demo')
-rw-r--r-- | reference/logging-slf4j-demo/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml index c10f570..4dff5a0 100644 --- a/reference/logging-slf4j-demo/pom.xml +++ b/reference/logging-slf4j-demo/pom.xml @@ -35,6 +35,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-json</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |