This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 57292c8  Excluding redundant bcprov libraries
57292c8 is described below

commit 57292c85329e7a949c787e6a9d44714456f716cb
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Mon Mar 11 12:57:35 2019 -0400

    Excluding redundant bcprov libraries
---
 modules/ide-integration/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/ide-integration/pom.xml b/modules/ide-integration/pom.xml
index 5b71a01..da8df18 100644
--- a/modules/ide-integration/pom.xml
+++ b/modules/ide-integration/pom.xml
@@ -43,6 +43,12 @@
             <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-api-server</artifactId>
             <version>0.17-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>

Reply via email to