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 2011/12/30 04:09:01 UTC

svn commit: r1225737 - /incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml

Author: heshan
Date: Fri Dec 30 03:09:01 2011
New Revision: 1225737

URL: http://svn.apache.org/viewvc?rev=1225737&view=rev
Log:
Removing the dependency to jsr173_api. AIRAVATA-257
To verify this change did not break existing functionality;     
1. Ran all the samples -- Success
2. Build run with test -- Success

Modified:
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml?rev=1225737&r1=1225736&r2=1225737&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml Fri Dec 30 03:09:01 2011
@@ -257,11 +257,6 @@
 			<version>2.5.0</version>
 		</dependency>
 		<dependency>
-			<groupId>xmlbeans-ogce</groupId>
-			<artifactId>jsr173_api</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
 			<groupId>xbaya</groupId>
 			<artifactId>pegasuswebservice</artifactId>
 			<version>1.0</version>