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 2012/10/16 14:50:35 UTC

svn commit: r1398766 - /airavata/trunk/modules/xbaya-gui/pom.xml

Author: smarru
Date: Tue Oct 16 12:50:35 2012
New Revision: 1398766

URL: http://svn.apache.org/viewvc?rev=1398766&view=rev
Log:
Adding derby client for conveniance of standalone xbaya launch

Modified:
    airavata/trunk/modules/xbaya-gui/pom.xml

Modified: airavata/trunk/modules/xbaya-gui/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/pom.xml?rev=1398766&r1=1398765&r2=1398766&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/pom.xml (original)
+++ airavata/trunk/modules/xbaya-gui/pom.xml Tue Oct 16 12:50:35 2012
@@ -405,5 +405,10 @@
             <artifactId>airavata-jpa-registry</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbyclient</artifactId>
+            <version>${derby.version}</version>
+        </dependency>
     </dependencies>
 </project>