aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-02-28 12:34:12 +0100
committerGitHub <noreply@github.com>2023-02-28 12:34:12 +0100
commitb57e0dc6255b69370db80b88fd4be68be96ca6a5 (patch)
tree8ad9da6c3573fc6fa6c1b13c2e56c12fbc370bba /model-integration
parentf2c3ffc3ec33267b46aaa767de8c969a511af3a4 (diff)
Revert "Deopend on component to get AbstractComponent"
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index fcc45d63252..9bb60827a68 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -52,12 +52,6 @@
</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>