summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-10-09 18:41:05 +0200
committerHarald Musum <musum@yahooinc.com>2022-10-09 18:41:05 +0200
commit289f0c5279d9b5961530d54baaed8df40ccf54d4 (patch)
treef06bdbaf11d857103850aac00e0eb3d4a740656f /config-proxy/pom.xml
parent2baa943016a94f33e0a6ff7ad41af0bc3a2260c5 (diff)
Use FileDistributionCleanup to remove unused file references and downloads
Diffstat (limited to 'config-proxy/pom.xml')
-rw-r--r--config-proxy/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 476f5f99b86..bd1f907f87e 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -74,6 +74,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>