ensure ce use hsqldb for webdav unit test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-29 14:07:04 +00:00
parent 315aa8b18f
commit ec07849605
1 changed files with 7 additions and 5 deletions

View File

@ -32,6 +32,12 @@
<properties>
<webdav.forkMode>once</webdav.forkMode>
<!--
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>
-->
<redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
</properties>
<dependencies>
@ -150,11 +156,7 @@
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>