aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-11-07 16:01:10 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-11-07 16:01:10 +0100
commitd68ea53b1b88f4f0720f10dc94e694f2ed4bb542 (patch)
tree8aee94e382332c28f4d92a64d67a8449f272420b /searchlib/pom.xml
parentdfcd99818b4b0151ad226df03548915f9dddd9fb (diff)
TF model translation WIP
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 36e6fa1ffda..bb305f460ca 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -34,6 +34,15 @@
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.tensorflow</groupId>
+ <artifactId>proto</artifactId>
+ <version>1.4.0</version>
+ </dependency>
</dependencies>
<build>
<plugins>