aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-slf4j-demo/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'reference/logging-slf4j-demo/pom.xml')
-rw-r--r--reference/logging-slf4j-demo/pom.xml4
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>