aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorHarald Musum <musum@vespa.ai>2024-04-15 20:44:10 +0200
committerGitHub <noreply@github.com>2024-04-15 20:44:10 +0200
commited62b750494822cc67a328390178754512baf032 (patch)
tree3f94e22d38d63c456a3bb202b4f3787ecff5ded6 /fat-model-dependencies
parent44a866c0d648543c04567503990c03c36403d86d (diff)
Revert "Lesters/add local llms 2"
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index c4ecd3d2e1c..069b53a0dcd 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -96,14 +96,6 @@
<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>
@@ -238,12 +230,6 @@
<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>