aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 8037f1d399a..6fdafd05b37 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -51,10 +51,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
<build>