summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2020-10-28 08:46:32 +0100
committerLester Solbakken <lesters@oath.com>2020-10-28 08:46:32 +0100
commitfbd8ca020a6d97882c554585d911889d1b9f69ea (patch)
tree982a241c855a6f6fe5fc694c65a220db15e26f02 /config-model/pom.xml
parent47d59cef3b5f06821b8d475f23b36d0f9cdcc0c6 (diff)
Reapply resolving onnx model types
This reverts commit de5e15528fca545b2a9ccbb1386c5590e11fa383.
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 95e79fd09fb..c0751431d03 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -46,6 +46,11 @@
<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>
@@ -498,6 +503,10 @@
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.github.os72</groupId>
+ <artifactId>protoc-jar-maven-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>