summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2020-10-27 21:42:26 +0100
committerGitHub <noreply@github.com>2020-10-27 21:42:26 +0100
commit47d59cef3b5f06821b8d475f23b36d0f9cdcc0c6 (patch)
tree733506db79728b238bb9687a9e5bab20f78204a3 /config-model/pom.xml
parent4d5f1ce293c680be6a0050a0a1606a902003465d (diff)
parentde5e15528fca545b2a9ccbb1386c5590e11fa383 (diff)
Merge pull request #15049 from vespa-engine/revert-15028-lesters/revert-revert-resolve-onnx-model-types
Revert "Lesters/revert revert resolve onnx model types"
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index c0751431d03..95e79fd09fb 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -46,11 +46,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>${protobuf.version}</version>
- </dependency>
- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>
@@ -503,10 +498,6 @@
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
- <plugin>
- <groupId>com.github.os72</groupId>
- <artifactId>protoc-jar-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>