aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-07 16:07:11 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-07 16:07:11 +0100
commitfc0798d2338cfd833027848cab73caa58b13ee27 (patch)
treead88aeb5f86e86356dfa6df3f882a4491aa0a74c /node-repository/pom.xml
parented1eaf007f954b2212c068abad8f11d0c2cb7e41 (diff)
Don't bundle in BouncyCastle artifacts in node-repository
Diffstat (limited to 'node-repository/pom.xml')
-rw-r--r--node-repository/pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 0959b5cc5b8..8efd4099773 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -77,6 +77,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <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>
<!-- compile -->
<dependency>
@@ -95,10 +105,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>