Revision: 11183
http://datanucleus.svn.sourceforge.net/datanucleus/?rev=11183&view=rev
Author: andy_jefferson
Date: 2010-11-20 08:12:15 +0000 (Sat, 20 Nov 2010)
Log Message:
-----------
use HSQLDB 2.0.0, and remove connectionpool jar
Modified Paths:
--------------
test/accessplatform/trunk/test.maven2.parent/pom.xml
Modified: test/accessplatform/trunk/test.maven2.parent/pom.xml
===================================================================
--- test/accessplatform/trunk/test.maven2.parent/pom.xml 2010-11-20 08:07:41 UTC (rev 11182)
+++ test/accessplatform/trunk/test.maven2.parent/pom.xml 2010-11-20 08:12:15 UTC (rev 11183)
@@ -334,11 +334,6 @@
<!-- Use DBCP connection pooling -->
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
@@ -364,9 +359,9 @@
</activation>
<dependencies>
<dependency>
- <groupId>hsqldb</groupId>
+ <groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.8.0.4</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
@@ -394,11 +389,6 @@
<version>[2.0.99, )</version>
</dependency>
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
@@ -434,11 +424,6 @@
<version>[2.0.99, )</version>
</dependency>
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
@@ -474,11 +459,6 @@
<version>[2.0.99, )</version>
</dependency>
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
@@ -514,11 +494,6 @@
<version>[2.0.99, )</version>
</dependency>
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
@@ -558,11 +533,6 @@
<version>[2.0.99, )</version>
</dependency>
<dependency>
- <groupId>org.datanucleus</groupId>
- <artifactId>datanucleus-connectionpool</artifactId>
- <version>[1.9, )</version>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2, 1.3)</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|