summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2020-10-24 11:20:18 +0200
committerGitHub <noreply@github.com>2020-10-24 11:20:18 +0200
commit882d574ab53e8d10a2a8765a64487c20661dc63f (patch)
tree4037006eb22b357e4d3e25d432bba1b062e2fd35 /config-model/pom.xml
parent75f1af6d8f11883d2f5359efb0619896bb95cbb1 (diff)
Revert "Add type resolving for ONNX models"
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>