summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
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 /container-search-and-docproc
parent44a866c0d648543c04567503990c03c36403d86d (diff)
Revert "Lesters/add local llms 2"
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index ee74b86dbec..9554b517586 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -96,22 +96,6 @@
</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>
@@ -226,12 +210,6 @@
<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>