summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-10-19 10:47:54 +0200
committerGitHub <noreply@github.com>2018-10-19 10:47:54 +0200
commit5ac10d9e9c036d0448ebd4e1ff9d3704a675b69e (patch)
treeeaf25ba520a44df4ddf7244024f9e5072f676a4b /vespajlib/pom.xml
parent182384b808434b3f449f459f9bce113f0aa5cc16 (diff)
parent1c3999a1faa10d2def03f43ba7ce22bb83997e26 (diff)
Merge pull request #7344 from vespa-engine/bjorncs/security-lib
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>