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 2012/10/05 17:46:27 UTC

svn commit: r1394603 - /airavata/sandbox/client-api-demo/pom.xml

Author: heshan
Date: Fri Oct  5 15:46:27 2012
New Revision: 1394603

URL: http://svn.apache.org/viewvc?rev=1394603&view=rev
Log:
Removing mysql dependency as it is not license compatible.

Modified:
    airavata/sandbox/client-api-demo/pom.xml

Modified: airavata/sandbox/client-api-demo/pom.xml
URL: http://svn.apache.org/viewvc/airavata/sandbox/client-api-demo/pom.xml?rev=1394603&r1=1394602&r2=1394603&view=diff
==============================================================================
--- airavata/sandbox/client-api-demo/pom.xml (original)
+++ airavata/sandbox/client-api-demo/pom.xml Fri Oct  5 15:46:27 2012
@@ -278,11 +278,6 @@
             <version>2.5</version>
         </dependency>
         <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <version>5.0.8</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-jpa-registry</artifactId>
             <version>${airavata.version}</version>