aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
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-search-and-docproc
parent780bc7cbe8fb67ae712fcf278f8900c8f32e14a6 (diff)
Use model-integration as provided and specify exported classes in PlatformBundles
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index ee74b86dbec..0aa1627f33e 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -228,6 +228,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-llama</artifactId>
<version>${project.version}</version>
<scope>provided</scope>