summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2020-10-25 12:26:56 +0100
committerLester Solbakken <lesters@oath.com>2020-10-25 12:26:56 +0100
commit38e2a6a325db457456e04ce8385f23b12a5da54d (patch)
treee5e5906f0692831240bd898c9378e948c68a5d02 /config-model/pom.xml
parent899f7210569b4f43c1531a4f4c12507b41a7f4f7 (diff)
Revert "Revert "Add type resolving for ONNX models""
This reverts commit 882d574ab53e8d10a2a8765a64487c20661dc63f.
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>