summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
Diffstat (limited to 'container-core')
-rw-r--r--container-core/pom.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 64e5ebb00d3..0fbb590a1de 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -150,21 +150,18 @@
</exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>documentapi</artifactId>
+ <artifactId>container-documentapi</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vdslib</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>config</artifactId>
- </exclusion>
- </exclusions>
</dependency>
+
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>