aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2022-03-31 12:19:17 +0200
committerLester Solbakken <lesters@oath.com>2022-03-31 12:19:17 +0200
commit74620cda207a7e600fa3ba2bbbc5b67fe982ee8b (patch)
treecf6bed4fc44712f74e874a779a012d6d412ccd04 /model-integration/pom.xml
parent2041f7962d50ff5254f5c9e8f365ca9a51a353ef (diff)
Add bert base embedder
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 41139394690..d064a3ff709 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -45,6 +45,18 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>linguistics</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>linguistics-components</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.google.guava</groupId>