summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-23 16:07:31 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-23 16:07:31 +0200
commit8bdc54aa90cd4e760fe04bb9eca3529413d6452c (patch)
tree4cabf990b76e5193ffba88a94cafd57f081ae0f8 /athenz-identity-provider-service/pom.xml
parentb0dcc42babb064beccb7aaaff4e17a6d7c999465 (diff)
Use BouncyCastle with 'compile' scope
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 074d4aa54f4..27c5ec52fca 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -27,16 +27,6 @@
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
</exclusion>
- <!-- BouncyCastle is not bundled due to class loading issues
- when security provider is registered from inside a OSGi bundle -->
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -51,17 +41,6 @@
</dependency>
<!-- PROVIDED -->
- <!-- BouncyCastle should be available through jdisc_http_service at runtime -->
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>