summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2017-11-09 13:34:19 +0100
committerLester Solbakken <lesters@yahoo-inc.com>2017-11-09 13:34:19 +0100
commit238064fb7136aedecbff4f37c0a48f3b0152d32a (patch)
tree697057ba960d1f1dc52bdc0003f7fa1f666c911f /searchlib/pom.xml
parent782fca3604665eb5b29fefb0f97b8d856c627ff3 (diff)
Add tensor conformance test in Java
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 36e6fa1ffda..c669903c3da 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -34,6 +34,16 @@
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
</dependency>
+ <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>
<plugins>