summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-03-22 13:49:57 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-03-22 13:49:57 +0100
commit5315f40efe94222f8b950cbc06b415e8a1333150 (patch)
tree6a99cd1d81d4f19533b2c5b5ef87b88d191943b9 /parent
parent519d59334ca8c3e314e71f83de618e375a7c2d6c (diff)
protobuf-java dependency cleanup
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 2eb713a4514..d5e662ed7da 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -710,6 +710,11 @@
<version>${jna.version}</version>
</dependency>
<dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <version>${protobuf.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
<version>${tensorflow.version}</version>
@@ -758,6 +763,7 @@
<test.hide>true</test.hide>
<doclint>all</doclint>
<surefire.version>2.21.0</surefire.version>
+ <protobuf.version>3.7.0</protobuf.version>
</properties>
</project>