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 2014/06/29 14:38:29 UTC

[2/8] git commit: Removing duplicate pom dependencies

Removing duplicate pom dependencies


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

Branch: refs/heads/master
Commit: c84bc06167054c5065fe254e7a8ca89e5d74d2ab
Parents: c97832e
Author: Suresh Marru <sm...@apache.org>
Authored: Sat Jun 28 23:35:09 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Sat Jun 28 23:35:09 2014 -0400

----------------------------------------------------------------------
 modules/app-catalog/app-catalog-data/pom.xml   | 5 -----
 modules/distribution/server/pom.xml            | 5 -----
 modules/orchestrator/orchestrator-core/pom.xml | 5 -----
 modules/registry/airavata-jpa-registry/pom.xml | 5 -----
 4 files changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/c84bc061/modules/app-catalog/app-catalog-data/pom.xml
----------------------------------------------------------------------
diff --git a/modules/app-catalog/app-catalog-data/pom.xml b/modules/app-catalog/app-catalog-data/pom.xml
index 43adbb4..3b6c3db 100644
--- a/modules/app-catalog/app-catalog-data/pom.xml
+++ b/modules/app-catalog/app-catalog-data/pom.xml
@@ -40,11 +40,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-common-utils</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.airavata</groupId>
             <artifactId>app-catalog-cpi</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/airavata/blob/c84bc061/modules/distribution/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml
index 4d51a13..d9055c2 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -522,11 +522,6 @@
             <artifactId>cors-filter</artifactId>
             <version>${ebay.cors.filter}</version>
         </dependency>
-		<dependency>
-			<groupId>org.apache.airavata</groupId>
-	    		<artifactId>gsissh</artifactId>
-	    		<version>${project.version}</version>
-		</dependency>
         <dependency>
             <groupId>com.jcraft</groupId>
             <artifactId>jsch</artifactId>

http://git-wip-us.apache.org/repos/asf/airavata/blob/c84bc061/modules/orchestrator/orchestrator-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml
index 95a45a5..5f5382e 100644
--- a/modules/orchestrator/orchestrator-core/pom.xml
+++ b/modules/orchestrator/orchestrator-core/pom.xml
@@ -132,11 +132,6 @@ the License. -->
         	<artifactId>zookeeper</artifactId>
         	<version>3.4.0</version>
         </dependency>
-	<dependency>
-            <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-server-configuration</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/airavata/blob/c84bc061/modules/registry/airavata-jpa-registry/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml
index 18a860e..9a58037 100644
--- a/modules/registry/airavata-jpa-registry/pom.xml
+++ b/modules/registry/airavata-jpa-registry/pom.xml
@@ -30,11 +30,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-data-models</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-gfac-schema-utils</artifactId>
             <version>${project.version}</version>
         </dependency>