summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-15 16:53:17 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-15 16:53:17 +0200
commitad1b18b02c0e8f2349fb87bd85a7833f58e5379a (patch)
tree550a2f08f3f5629da1e511472390e8bae07660ce /searchlib/pom.xml
parent8bd17112d5821a1177c6016e5ebd236b49b8c16d (diff)
Use provided scope
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>