You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/29 09:36:47 UTC

svn commit: r980345 - /incubator/oodt/trunk/profile/pom.xml

Author: woollard
Date: Thu Jul 29 07:36:47 2010
New Revision: 980345

URL: http://svn.apache.org/viewvc?rev=980345&view=rev
Log:
removed oracle jdbc dep per Sean Kelly's recommendation. toward OODT-15

Modified:
    incubator/oodt/trunk/profile/pom.xml

Modified: incubator/oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=980345&r1=980344&r2=980345&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Thu Jul 29 07:36:47 2010
@@ -114,11 +114,6 @@
       <version>1.6.1</version>
     </dependency>
     <dependency>
-      <groupId>com.oracle</groupId>
-      <artifactId>ojdbc</artifactId>
-      <version>14</version>
-    </dependency>
-    <dependency>
       <groupId>xerces</groupId>
       <artifactId>xerces</artifactId>
       <version>1.4.4</version>