summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-12-13 16:02:40 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-12-13 16:02:40 +0100
commit91f1c2486b3f60423f43b845d959badb54ffd3fd (patch)
tree5b6c35abf053e3af49a5b774dc32c7e62ad706c8 /searchlib/pom.xml
parent4fe3507527b784f7b32cbfae7b4fbc98bb04baf6 (diff)
Use the right protobuf version again
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index cc955195a5f..09ccf9928b7 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -38,6 +38,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
+ <version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>