summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2020-10-22 14:36:48 +0200
committerLester Solbakken <lesters@oath.com>2020-10-22 14:36:48 +0200
commit3594ad3bfce131b317d9c073b16eb47a7983be4d (patch)
tree41a8cd875011521f536fdee4e90bed37e139bbdf /config-model/pom.xml
parentb1700cd7edf3839013162dca541047b340479316 (diff)
Add type resolving for ONNX models
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>