summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search-and-docproc/pom.xml')
-rw-r--r--container-search-and-docproc/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 9554b517586..ee74b86dbec 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -96,6 +96,22 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<!-- PROVIDED scope -->
<dependency>
@@ -210,6 +226,12 @@
<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>
+ </dependency>
<!-- TEST scope -->
<dependency>