Author: mreutegg
Date: Wed Jan 6 09:26:45 2016
New Revision: 1723256
URL: http://svn.apache.org/viewvc?rev=1723256&view=rev
Log:
OAK-3803: Clean up the fixtures code in core and jcr modules
Add test dependency to tomcat-jdbc for DOCUMENT_RDB fixture
Modified:
jackrabbit/oak/trunk/oak-remote/pom.xml
Modified: jackrabbit/oak/trunk/oak-remote/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-remote/pom.xml?rev=1723256&r1=1723255&r2=1723256&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-remote/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-remote/pom.xml Wed Jan 6 09:26:45 2016
@@ -172,6 +172,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-jdbc</artifactId>
+ <version>7.0.64</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>