aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-01-09 12:59:56 +0100
committerJon Bratseth <bratseth@gmail.com>2023-01-09 12:59:56 +0100
commit17ed1114ada707824c632586382b44e29ab52f80 (patch)
tree915ce1c17c9ddf98ca440ca37ba87a951806fab8 /model-integration/pom.xml
parent8a9caacae3e90f634bacd685c6574922b0e6340c (diff)
Huggingface not needed in config model
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 1f91d296e6a..b4e944412a5 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -15,6 +15,7 @@
<version>8-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
+ <!-- Note: model-integration is included in config-model. Exclude all dependencies here which are not needed there. -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>