aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-09-29 07:45:53 +0200
committerGitHub <noreply@github.com>2020-09-29 07:45:53 +0200
commit09bf1d5f22a7ae98191c94e9be591994b5125557 (patch)
treeed801772c8fcc65b3db1f8a9708bb4a72773d626 /vespaclient-container-plugin/pom.xml
parentb8dcc910a0b63671e95ede3f350be4fd39a91e9c (diff)
parent6c2b2cb1cea66f7f9dbdb7ac366bdeda00194c60 (diff)
Merge pull request #14554 from vespa-engine/jonmv/async-doc-v1-implementation
Jonmv/async doc v1 implementation
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>