summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-15 16:56:12 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-15 16:56:12 +0200
commitc9cc155c0cae104f3820d6b64754313327bb8af6 (patch)
tree5654a7eb2cf17c5b43038dcf0db70f09416a3009 /searchlib/pom.xml
parentad1b18b02c0e8f2349fb87bd85a7833f58e5379a (diff)
Exclude
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 6fdafd05b37..108a17e3638 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -56,6 +56,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ </exclusions>
<scope>provided</scope>
</dependency>
</dependencies>