Author: alexparvulescu Date: Tue Jul 16 12:22:42 2013 New Revision: 1503681
URL: http://svn.apache.org/r1503681 Log: OAK-903 User transactions support - added dependency as test Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1503681&r1=1503680&r2=1503681&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-jcr/pom.xml (original) +++ jackrabbit/oak/trunk/oak-jcr/pom.xml Tue Jul 16 12:22:42 2013 @@ -471,5 +471,11 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.0.1B_spec</artifactId> + <version>1.0.1</version> + <scope>test</scope> + </dependency> </dependencies> </project>
