aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-09-29 08:39:35 +0200
committerJon Marius Venstad <venstad@gmail.com>2020-09-30 10:23:34 +0200
commit11405e52f2853e44df0944bf7bbee13dc2e617a5 (patch)
tree572e253df6f8c090072da3b211b6973b75f3ef37 /vespaclient-container-plugin/pom.xml
parentbc54f2ad34e2e4737a4de326035fdf00d5729da1 (diff)
Revert "Revert "Jonmv/async doc v1 implementation""
This reverts commit c6aded1606112a54969f56403085ca90d61dac8f.
Diffstat (limited to 'vespaclient-container-plugin/pom.xml')
-rw-r--r--vespaclient-container-plugin/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index 9c4b81da806..8254c208588 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -72,6 +72,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>