summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-06-22 09:29:45 +0200
committerGitHub <noreply@github.com>2018-06-22 09:29:45 +0200
commit47bde30f37a075c664116fc918252573fc472ab7 (patch)
tree8da6f593afbdacb8e88f49278574991803d274c3 /vespajlib/pom.xml
parent7b34c4af8e19d5ccaad898b7c289433d8a6a7395 (diff)
Revert "Revert "Move TimeBudget to vespajlib and use Clock""
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 81c385c96ab..880d039bc54 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -71,6 +71,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>