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/15 21:24:45 UTC

svn commit: r1398466 - /airavata/sandbox/airavata-registry-rest/pom.xml

Author: heshan
Date: Mon Oct 15 19:24:44 2012
New Revision: 1398466

URL: http://svn.apache.org/viewvc?rev=1398466&view=rev
Log:
Removing the dependency.

Modified:
    airavata/sandbox/airavata-registry-rest/pom.xml

Modified: airavata/sandbox/airavata-registry-rest/pom.xml
URL: http://svn.apache.org/viewvc/airavata/sandbox/airavata-registry-rest/pom.xml?rev=1398466&r1=1398465&r2=1398466&view=diff
==============================================================================
--- airavata/sandbox/airavata-registry-rest/pom.xml (original)
+++ airavata/sandbox/airavata-registry-rest/pom.xml Mon Oct 15 19:24:44 2012
@@ -164,11 +164,6 @@
 			<artifactId>log4j</artifactId>
 			<version>${log4j.version}</version>
 		</dependency>
-        <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <version>5.1.6</version>
-        </dependency>
         <!--dependency>
               <groupId>org.apache.airavata</groupId>
               <artifactId>airavata-security</artifactId>