aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-slf4j-demo
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-03 22:04:47 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-03 22:04:47 -0400
commitd50c94dac35a4345d010beda3f40ba5c7261002e (patch)
treefe67cb0fc68561117488df2460235c33cd6fcb1a /reference/logging-slf4j-demo
parented4107f4ff0aa1ad65a96371bf69242847daedaa (diff)
Exclude unneccessary artifact - jackson-databind
Issue-ID: LOG-826 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ia3354572b26faa2ecef52bb40c29659fa50b49b6
Diffstat (limited to 'reference/logging-slf4j-demo')
-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>