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 2019/04/30 18:37:35 UTC

[airavata] branch master updated: Removing AWS dependencies from the distribution

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6a247f4  Removing AWS dependencies from the distribution
6a247f4 is described below

commit 6a247f431c022facd8386cae1672dcd6c6a2b8e3
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Apr 30 14:37:22 2019 -0400

    Removing AWS dependencies from the distribution
---
 modules/distribution/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 4a2f061..ae49a6c 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -63,17 +63,6 @@
             <artifactId>jcl-over-slf4j</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.amazonaws</groupId>
-            <artifactId>aws-java-sdk</artifactId>
-            <version>1.9.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.httpcomponents</groupId>
-                    <artifactId>httpclient</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
             <groupId>net.java.dev.jets3t</groupId>
             <artifactId>jets3t</artifactId>
             <version>0.8.0</version>
@@ -181,11 +170,6 @@
             <artifactId>airavata-credential-store</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!--        <dependency>
-                    <groupId>org.apache.airavata</groupId>
-                    <artifactId>airavata-workflow-model-core</artifactId>
-                    <version>${project.version}</version>
-                </dependency>-->
 
         <!--Cloud module -->
         <dependency>