You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/09/03 21:31:25 UTC

airavata git commit: Removing aws from distribution as 0.15 is not using it

Repository: airavata
Updated Branches:
  refs/heads/airavata-0.15-release-branch b182edb1a -> 62f0d3bc8


Removing aws from distribution as 0.15 is not using it


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/62f0d3bc
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/62f0d3bc
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/62f0d3bc

Branch: refs/heads/airavata-0.15-release-branch
Commit: 62f0d3bc8bad987278584d108cf64191d6cfa1da
Parents: b182edb
Author: Suresh Marru <sm...@apache.org>
Authored: Thu Sep 3 15:31:19 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Sep 3 15:31:19 2015 -0400

----------------------------------------------------------------------
 modules/distribution/server/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/62f0d3bc/modules/distribution/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml
index f07fe3d..4b45c19 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -169,17 +169,6 @@
 			<artifactId>log4j</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>