You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/04/13 19:46:04 UTC

[airavata] branch develop updated: Updating bouncycastle version

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 2d2f5ee  Updating bouncycastle version
2d2f5ee is described below

commit 2d2f5ee816fd33f99185b5e7fca6b6c281c8b6fc
Author: dimuthu <di...@gmail.com>
AuthorDate: Fri Apr 13 15:45:55 2018 -0400

    Updating bouncycastle version
---
 modules/airavata-helix/agent-impl/sshj-agent/pom.xml | 10 ----------
 modules/airavata-helix/helix-spectator/pom.xml       | 10 ----------
 pom.xml                                              |  2 +-
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/modules/airavata-helix/agent-impl/sshj-agent/pom.xml b/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
index 78351d5..e1bc925 100644
--- a/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
+++ b/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
@@ -37,16 +37,6 @@
             <groupId>com.hierynomus</groupId>
             <artifactId>sshj</artifactId>
             <version>0.23.0</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.bouncycastle</groupId>
-                        <artifactId>bcpkix-jdk15on</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.bouncycastle</groupId>
-                        <artifactId>bcprov-jdk15on</artifactId>
-                    </exclusion>
-                </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
diff --git a/modules/airavata-helix/helix-spectator/pom.xml b/modules/airavata-helix/helix-spectator/pom.xml
index d479713..357c472 100644
--- a/modules/airavata-helix/helix-spectator/pom.xml
+++ b/modules/airavata-helix/helix-spectator/pom.xml
@@ -95,15 +95,5 @@
             <artifactId>logstash-logback-encoder</artifactId>
             <version>5.0</version>
         </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
-            <version>1.56</version>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
-            <version>1.56</version>
-        </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 24930d4..6ef1bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <cargo.version>1.3.1</cargo.version>
         <oa4mp.version>1.1.3</oa4mp.version>
         <antrun.version>1.8</antrun.version>
-        <bouncy.castle.version>1.50</bouncy.castle.version>
+        <bouncy.castle.version>1.56</bouncy.castle.version>
         <jglobus.version>2.1.0</jglobus.version>
         <ebay.cors.filter>1.0.0</ebay.cors.filter>
         <thrift.version>0.10.0</thrift.version>

-- 
To stop receiving notification emails like this one, please contact
dimuthuupe@apache.org.