summaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-11-26 13:36:38 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-11-26 13:53:02 +0100
commit4e6a8029faa24db84df281092a8ab71c00558c99 (patch)
treef5a76089a574795e76efb76511faf474b90dcdfb /security-utils/pom.xml
parentba26e114cd33172edb299548b243ac26a84af98c (diff)
Disallow empty 'authorized-peers' field
- Fail deserializing if 'authorized-peers' is an empty list - Only serialize 'authorized-peers' field when necessary
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index 7006a0f5f86..6f094f28362 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -43,6 +43,12 @@
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>