summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2018-01-18 10:57:30 +0100
committerGitHub <noreply@github.com>2018-01-18 10:57:30 +0100
commit64a0f2929b91415077a78d8d7c509f8df3f535a6 (patch)
tree5e33f7506d0de52eb0c9eea568865ff313040b41 /config-model
parentf1318f3fba415f31874269966a1b13d04c451449 (diff)
parent6de3ab257844f987f84a39195e4c68c74d2a739d (diff)
Merge pull request #4699 from vespa-engine/bratseth/upgrade-protobuf
Use protobuf 3.4.0 by default
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 1e673578968..c159d00eb24 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -312,7 +312,6 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>