aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-09-28 11:50:41 +0200
committerJon Marius Venstad <venstad@gmail.com>2020-09-28 11:50:41 +0200
commit620b983bbc9a8d2bb1252fbb30e5941f3927563b (patch)
treef9ae28b86e16cfc1ae4005c5697ae9a25b43db18 /vespaclient-container-plugin/pom.xml
parent6d1aa9aa09f3628b180541922d651b4ad7a036cb (diff)
Separate out delay queue, and add unit test for it
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>