summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-03-07 16:23:22 +0100
committergjoranv <gv@oath.com>2018-03-07 17:10:17 +0100
commitb51ad76a2c2cd8a36b356f196e470e1cfc5a60e6 (patch)
treeab497953d720f84230da241625f04a808cd3687c /application/pom.xml
parentc323e678fbd4426c234a612f11ddcc7fab1f4878 (diff)
Jdisc provides bouncycastle now, so don't hide it.
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 8103226e55d..ac9ba96cb27 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -134,16 +134,6 @@
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- <version>${bouncycastle.version}</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>${bouncycastle.version}</version>
- </dependency>
</dependencies>
<build>