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/23 16:15:32 UTC

svn commit: r1304416 - /incubator/airavata/trunk/modules/test-suite/pom.xml

Author: heshan
Date: Fri Mar 23 15:15:32 2012
New Revision: 1304416

URL: http://svn.apache.org/viewvc?rev=1304416&view=rev
Log:
Adding the dependency to registry-migrator module as the MigrationUtil methods can be used in this module.

Modified:
    incubator/airavata/trunk/modules/test-suite/pom.xml

Modified: incubator/airavata/trunk/modules/test-suite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/test-suite/pom.xml?rev=1304416&r1=1304415&r2=1304416&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/test-suite/pom.xml (original)
+++ incubator/airavata/trunk/modules/test-suite/pom.xml Fri Mar 23 15:15:32 2012
@@ -80,6 +80,11 @@
 			<artifactId>gfac-core</artifactId>
 			<version>${project.version}</version>
 		</dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>registry-migrator</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
 		<dependency>
 			<groupId>org.apache.airavata</groupId>