diff options
Diffstat (limited to 'champ-service-deps-titan/pom.xml')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index a67af1e..749425c 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -141,6 +141,10 @@ limitations under the License. <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> |