summaryrefslogtreecommitdiffstats
path: root/node-repository/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-22 17:40:44 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-22 17:40:44 +0100
commit513844e78fb39601f0783ec4286838bee3776b8d (patch)
treebd66eb723fcff356a8932691f40dc6cab51a96aa /node-repository/pom.xml
parentbb0908d6d4aeb60ea24171db134e81874e02803c (diff)
Use helpers in vespa-athenz instead of BouncyCastle
Diffstat (limited to 'node-repository/pom.xml')
-rw-r--r--node-repository/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 8efd4099773..6741163c19c 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -78,13 +78,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>