summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-17 16:21:59 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-10-17 16:21:59 +0200
commit19ca55a3bb4e308ef1122a1cdd8c911b811e18be (patch)
tree17aa598f52f0034d2246babe749796923e90a7bf /vespajlib/pom.xml
parent39da869d94cebe5bd851e1b4fb456372586a6870 (diff)
Move classes in com.yahoo.security to security-utils
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml26
1 files changed, 5 insertions, 21 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 741b4b58cc9..68a959b2e30 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -36,7 +36,6 @@
<artifactId>jna</artifactId>
</dependency>
-
<!-- provided scope -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -55,26 +54,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <scope>provided</scope>
- </dependency>
<!-- test scope -->
<dependency>
@@ -98,6 +77,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>