Author: adriancole
Date: 2009-03-09 11:02:01 -0400 (Mon, 09 Mar 2009)
New Revision: 7892
Removed:
core/branches/flat/src/main/java/org/horizon/loader/jdbm/
core/branches/flat/src/test/java/org/horizon/loader/jdbm/
Modified:
core/branches/flat/pom.xml
Log:
removed jdbm as it is a dead api
Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml 2009-03-09 13:58:08 UTC (rev 7891)
+++ core/branches/flat/pom.xml 2009-03-09 15:02:01 UTC (rev 7892)
@@ -45,22 +45,7 @@
<version>2.2.10.GA</version>
</dependency>
- <!-- optional dependencies -->
<dependency>
- <groupId>jdbm</groupId>
- <artifactId>jdbm</artifactId>
- <version>1.0</version>
- <optional>true</optional>
- </dependency>
- <!-- needed for jdbm -->
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
Show replies by date