Remove oracle dependency

This commit is contained in:
Dave Syer
2011-03-21 15:36:45 +00:00
parent f4d8968eba
commit 58716a2d51
2 changed files with 0 additions and 14 deletions

View File

@@ -234,13 +234,6 @@
<version>5.1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>com.springsource.oracle.jdbc</artifactId>
<version>10.2.0.2</version>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>

View File

@@ -195,13 +195,6 @@
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>com.springsource.oracle.jdbc</artifactId>
<version>10.2.0.2</version>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>