summaryrefslogtreecommitdiffstats
path: root/hosted-api/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-30 13:29:25 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-30 14:01:33 +0200
commitc872e3b43d0ae0dd409cf9498f0b1dabd8c2c6a6 (patch)
tree580d20fd343ebcf65a063051924b7d4315a3a3e8 /hosted-api/pom.xml
parentd57e489f3bfd41a0a66639346dbd39fbd5162ea5 (diff)
Use KeyUtils to read keys
Diffstat (limited to 'hosted-api/pom.xml')
-rw-r--r--hosted-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosted-api/pom.xml b/hosted-api/pom.xml
index 39b0ef06f93..f20244a8816 100644
--- a/hosted-api/pom.xml
+++ b/hosted-api/pom.xml
@@ -16,6 +16,12 @@
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>security-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
<scope>provided</scope>