summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorGrace Lam <graceslam@gmail.com>2018-08-14 14:02:43 -0700
committerGrace Lam <graceslam@gmail.com>2018-08-14 14:02:43 -0700
commit88f31d5f5af6af44f28de9f363c33044220bd611 (patch)
treee032aa9ed142e7e53ef53f927891cc6ded5edf7f /searchlib/pom.xml
parent7892f289d3cebcdba6ab16d035c41826b7cb7987 (diff)
Add XGBoost to Vespa converter
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 0202f8510bb..8037f1d399a 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -51,12 +51,10 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <scope>test</scope>
</dependency>
</dependencies>
<build>