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 2011/06/27 00:49:17 UTC

svn commit: r1139963 - /incubator/airavata/services/trunk/gfac-axis2/pom.xml

Author: smarru
Date: Sun Jun 26 22:49:17 2011
New Revision: 1139963

URL: http://svn.apache.org/viewvc?rev=1139963&view=rev
Log:
Added GFac-Core as a dependency.

Modified:
    incubator/airavata/services/trunk/gfac-axis2/pom.xml

Modified: incubator/airavata/services/trunk/gfac-axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/services/trunk/gfac-axis2/pom.xml?rev=1139963&r1=1139962&r2=1139963&view=diff
==============================================================================
--- incubator/airavata/services/trunk/gfac-axis2/pom.xml (original)
+++ incubator/airavata/services/trunk/gfac-axis2/pom.xml Sun Jun 26 22:49:17 2011
@@ -38,7 +38,7 @@
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2</artifactId>
 			<version>${axis2.version}</version>
-		</dependency>	
+		</dependency>
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
@@ -49,6 +49,11 @@
 			<artifactId>axiom-impl</artifactId>
 			<version>${axiom.version}</version>
 		</dependency>
+		<dependency>
+			<groupId>Airavata</groupId>
+			<artifactId>GFac-Core</artifactId>
+			<version>0.0.1-20110626.224602-1</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>