|
From: SVN by r. <sv...@ca...> - 2007-09-30 09:48:11
|
Author: roy
Date: 2007-09-30 11:48:08 +0200 (Sun, 30 Sep 2007)
New Revision: 158
Modified:
pom.xml
Log:
removed oracle dependancy
Modified: pom.xml
===================================================================
--- pom.xml 2007-09-30 09:47:31 UTC (rev 157)
+++ pom.xml 2007-09-30 09:48:08 UTC (rev 158)
@@ -46,12 +46,6 @@
<version>1.8.0.7</version>
</dependency>
<dependency>
- <groupId>db</groupId>
- <artifactId>oracle</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
|