aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-04-16 13:45:04 +0200
committerLester Solbakken <lester.solbakken@gmail.com>2024-04-16 13:45:04 +0200
commit66b57cd4feba406e4b8f6821c88d914ac5a5cec1 (patch)
tree1591db2472ca8a6763805c37b797d9f35e8c2f39 /container-dependencies-enforcer
parent780bc7cbe8fb67ae712fcf278f8900c8f32e14a6 (diff)
Use model-integration as provided and specify exported classes in PlatformBundles
Diffstat (limited to 'container-dependencies-enforcer')
-rw-r--r--container-dependencies-enforcer/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-dependencies-enforcer/pom.xml b/container-dependencies-enforcer/pom.xml
index 6451e32941c..cbe8b4b6d24 100644
--- a/container-dependencies-enforcer/pom.xml
+++ b/container-dependencies-enforcer/pom.xml
@@ -116,7 +116,6 @@
<include>com.yahoo.vespa:messagebus:*:provided</include>
<include>com.yahoo.vespa:metrics:*:provided</include>
<include>com.yahoo.vespa:model-evaluation:*:provided</include>
- <include>com.yahoo.vespa:model-integration:*:provided</include>
<include>com.yahoo.vespa:opennlp-linguistics:*:provided</include>
<include>com.yahoo.vespa:predicate-search-core:*:provided</include>
<include>com.yahoo.vespa:provided-dependencies:*:provided</include>
@@ -140,6 +139,7 @@
<include>com.yahoo.vespa:indexinglanguage:*:test</include>
<include>com.yahoo.vespa:logd:*:test</include>
<include>com.yahoo.vespa:metrics-proxy:*:test</include>
+ <include>com.yahoo.vespa:model-integration:*:test</include>
<include>com.yahoo.vespa:searchsummary:*:test</include>
<include>com.yahoo.vespa:standalone-container:*:test</include>
<include>com.yahoo.vespa:storage:*:test</include>