summaryrefslogtreecommitdiffstats
path: root/container-documentapi
diff options
context:
space:
mode:
Diffstat (limited to 'container-documentapi')
-rw-r--r--container-documentapi/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/container-documentapi/pom.xml b/container-documentapi/pom.xml
index 5a22b20f9d6..004ef75a4b6 100644
--- a/container-documentapi/pom.xml
+++ b/container-documentapi/pom.xml
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
- <!-- TODO: this is instead of moving the java code in documentapi to this module,
+ <!-- NOTE: this is instead of moving the java code in documentapi to this module (and turning the deps around),
which is made difficult by using common test files with the C++ code. -->
<groupId>com.yahoo.vespa</groupId>
<artifactId>documentapi</artifactId>
@@ -29,6 +29,14 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>documentapi-dependencies</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
<build>