summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-13 11:36:38 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-13 11:36:38 +0000
commitfba3f57cd3d1676cc2e7ef3351ab8fe7a210e127 (patch)
tree3fe8bdfe8c8094cac4a4aef34b0f0b78e8d0cfd9
parent026d4dc3c13679b59683e10310455d16d5b3f2ef (diff)
remove exclusion, allowing users to get native libraries for unit tests
-rw-r--r--container-dev/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index e088c40e20b..50cff5e05c3 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -82,12 +82,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-onnxruntime</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.microsoft.onnxruntime</groupId>
- <artifactId>onnxruntime</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>