Author: fmeschbe Date: Sun Jan 4 09:57:31 2009 New Revision: 731302 URL: http://svn.apache.org/viewvc?rev=731302&view=rev Log: SLING-805 Use Jackrabbit 1.4 (Core 1.4.6) for unit tests to enable unit testing of bundles not really requiring Jackrabbit 1.5
Modified: incubator/sling/trunk/commons/testing/pom.xml Modified: incubator/sling/trunk/commons/testing/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/commons/testing/pom.xml?rev=731302&r1=731301&r2=731302&view=diff ============================================================================== --- incubator/sling/trunk/commons/testing/pom.xml (original) +++ incubator/sling/trunk/commons/testing/pom.xml Sun Jan 4 09:57:31 2009 @@ -81,13 +81,13 @@ <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-api</artifactId> - <version>1.5.0</version> + <version>1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-core</artifactId> - <version>1.5.0</version> + <version>1.4.6</version> <scope>compile</scope> </dependency> <dependency>