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/11/26 20:17:24 UTC

svn commit: r1413789 - /airavata/trunk/modules/rest/service/pom.xml

Author: chathuri
Date: Mon Nov 26 19:17:24 2012
New Revision: 1413789

URL: http://svn.apache.org/viewvc?rev=1413789&view=rev
Log:
commenting mysql dependency from pom

Modified:
    airavata/trunk/modules/rest/service/pom.xml

Modified: airavata/trunk/modules/rest/service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/rest/service/pom.xml?rev=1413789&r1=1413788&r2=1413789&view=diff
==============================================================================
--- airavata/trunk/modules/rest/service/pom.xml (original)
+++ airavata/trunk/modules/rest/service/pom.xml Mon Nov 26 19:17:24 2012
@@ -117,11 +117,11 @@
             <version>1.3.168</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
             <version>5.1.6</version>
-        </dependency>
+        </dependency-->
 
         <!-- Airavata -->
         <dependency>