summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 28a00dcbdbc..da18d659060 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -20,24 +20,26 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>component</artifactId>
+ <artifactId>annotations</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
+ <artifactId>searchlib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>searchlib</artifactId>
+ <artifactId>vespajlib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>