aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2020-10-27 15:23:17 +0100
committerGitHub <noreply@github.com>2020-10-27 15:23:17 +0100
commitde5e15528fca545b2a9ccbb1386c5590e11fa383 (patch)
tree7d4670986c2a8a8c097a29b575a4bb8d3bad4f87 /config-model/pom.xml
parent4d64cbe4e531cb7be1061f1f54809d1d0a1b0061 (diff)
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>