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

svn commit: r1400892 - in /airavata/trunk/modules: commons/pom.xml commons/provenance-registry/ distribution/pom.xml

Author: chathuri
Date: Mon Oct 22 14:24:18 2012
New Revision: 1400892

URL: http://svn.apache.org/viewvc?rev=1400892&view=rev
Log:
removing provanance registry module from commons module

Removed:
    airavata/trunk/modules/commons/provenance-registry/
Modified:
    airavata/trunk/modules/commons/pom.xml
    airavata/trunk/modules/distribution/pom.xml

Modified: airavata/trunk/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/pom.xml?rev=1400892&r1=1400891&r2=1400892&view=diff
==============================================================================
--- airavata/trunk/modules/commons/pom.xml (original)
+++ airavata/trunk/modules/commons/pom.xml Mon Oct 22 14:24:18 2012
@@ -34,7 +34,6 @@
                 <module>gfac-schema</module>
                 <module>utils</module>
                 <module>workflow-execution-context</module>
-				<module>provenance-registry</module>
             </modules>
         </profile>
     </profiles>

Modified: airavata/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/pom.xml?rev=1400892&r1=1400891&r2=1400892&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/pom.xml (original)
+++ airavata/trunk/modules/distribution/pom.xml Mon Oct 22 14:24:18 2012
@@ -320,11 +320,6 @@
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.airavata</groupId>
-			<artifactId>airavata-provenance-registry</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
 			<groupId>org.bouncycastle</groupId>
 			<artifactId>bcprov-jdk15</artifactId>
 			<version>1.45</version>