You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/03/09 19:24:01 UTC

svn commit: r1298959 - /incubator/airavata/trunk/modules/registry-migrator/pom.xml

Author: heshan
Date: Fri Mar  9 18:24:01 2012
New Revision: 1298959

URL: http://svn.apache.org/viewvc?rev=1298959&view=rev
Log:
Cleaned up unused dependencies.

Modified:
    incubator/airavata/trunk/modules/registry-migrator/pom.xml

Modified: incubator/airavata/trunk/modules/registry-migrator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/registry-migrator/pom.xml?rev=1298959&r1=1298958&r2=1298959&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/registry-migrator/pom.xml (original)
+++ incubator/airavata/trunk/modules/registry-migrator/pom.xml Fri Mar  9 18:24:01 2012
@@ -42,42 +42,16 @@
             <version>0.8.3</version>
             <type>jar</type>
         </dependency>
-        <dependency>
-			<groupId>org.apache.airavata</groupId>
-			<artifactId>messagebroker</artifactId>
-			<version>${project.version}</version>
-		</dependency>
 		<dependency>
 			<groupId>org.apache.airavata</groupId>
 			<artifactId>registry-api</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-
-		<dependency>
-			<groupId>org.apache.airavata</groupId>
-			<artifactId>common-utils</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.airavata</groupId>
-			<artifactId>workflowtracking</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-
-        <dependency>
-			<groupId>gfac</groupId>
-			<artifactId>gfac-schema-utils</artifactId>
-			<version>0.4.4</version>
-		</dependency>
-
-		<!-- JCR Support -->
-		<!-- TODO need clean up -->
 		<dependency>
 			<groupId>org.apache.airavata</groupId>
 			<artifactId>gfac-schema-utils</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-
 	</dependencies>
 
 	<build>