aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-02 19:56:04 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-02 19:56:04 -0400
commit8c337af8afa9e736b7503291e836ff993fff326e (patch)
tree3e86f9398a145db2e39f71df7ee3ce3be0cd2992
parent4d795357ddbe04fe03614a721147dde0063b7022 (diff)
Exclude the unnecessary artifact: jackson-databind
Issue-ID: LOG-832 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I7cab2ff3be57e2013c260ae9baa52c7d55e68d16
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8ac055f..b510d1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,12 @@
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.0.8</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.swagger</groupId>