aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2024-04-12 13:49:48 +0200
committergjoranv <gjoranv@gmail.com>2024-04-12 13:51:57 +0200
commit41d1201d6f471ff78ee10fe3a8a600ac24854b73 (patch)
tree1f8497eaddd76bc933d91f1613e0dfaa3657ba1f /fat-model-dependencies
parentb4d6c0856e0313e8925505265121ce743f079ada (diff)
Allow embedding model-integration in the container-search-and-docproc bundle
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 069b53a0dcd..c4ecd3d2e1c 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -96,6 +96,14 @@
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -230,6 +238,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-search-and-docproc</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>