aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
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 /application/pom.xml
parentb4d6c0856e0313e8925505265121ce743f079ada (diff)
Allow embedding model-integration in the container-search-and-docproc bundle
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f5704541308..7c34cd966eb 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -43,6 +43,16 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>model-integration</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>