aboutsummaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-10-19 12:07:23 +0200
committerGitHub <noreply@github.com>2018-10-19 12:07:23 +0200
commit9d27c8df1f0e11f314b58d21d2369d7331c13748 (patch)
treecf37878a77318b7feb96f7cad961f6da3ed4b5bf /jrt
parent5ac10d9e9c036d0448ebd4e1ff9d3704a675b69e (diff)
Revert "Move classes in com.yahoo.security to security-utils"
Diffstat (limited to 'jrt')
-rw-r--r--jrt/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index 6852c6deee6..84578f9e04d 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -19,6 +19,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
@@ -29,12 +34,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>security-utils</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>