aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-02-28 12:06:04 +0100
committerJon Bratseth <bratseth@gmail.com>2023-02-28 12:06:04 +0100
commitb1014f00fff138b1171af85745885984eeec7b45 (patch)
tree2726c1712d03fb3d66debf00e9e2111789a8ba4b /model-integration
parent90f5f4df3105f0177434d340a03dc798ff9b3405 (diff)
Deopend on component to get AbstractComponent
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 9bb60827a68..fcc45d63252 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -52,6 +52,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>component</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>linguistics</artifactId>
<version>${project.version}</version>
<scope>provided</scope>