diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-09-02 19:56:04 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-09-02 19:56:04 -0400 |
commit | 8c337af8afa9e736b7503291e836ff993fff326e (patch) | |
tree | 3e86f9398a145db2e39f71df7ee3ce3be0cd2992 | |
parent | 4d795357ddbe04fe03614a721147dde0063b7022 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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>
|