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 2013/03/06 17:40:33 UTC

svn commit: r1453412 - /airavata/trunk/modules/gfac-core/pom.xml

Author: heshan
Date: Wed Mar  6 16:40:32 2013
New Revision: 1453412

URL: http://svn.apache.org/r1453412
Log:
Adding the missing jar dependency which made the build failure. 

Modified:
    airavata/trunk/modules/gfac-core/pom.xml

Modified: airavata/trunk/modules/gfac-core/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/pom.xml?rev=1453412&r1=1453411&r2=1453412&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/pom.xml (original)
+++ airavata/trunk/modules/gfac-core/pom.xml Wed Mar  6 16:40:32 2013
@@ -175,6 +175,11 @@
             <artifactId>jopt-simple</artifactId>
             <version>3.2</version>
         </dependency>
+        <dependency>
+            <groupId>net.sf.wsag4j.types</groupId>
+            <artifactId>wsag4j-jsdl-types</artifactId>
+            <version>2.0.0</version>
+        </dependency>
         <!-- Guava -->
         <dependency>
             <groupId>com.google.guava</groupId>