You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/08/16 14:02:47 UTC

svn commit: r985893 - in /jackrabbit/trunk/test/performance/base: ./ src/main/java/org/apache/jackrabbit/performance/

Author: jukka
Date: Mon Aug 16 12:02:47 2010
New Revision: 985893

URL: http://svn.apache.org/viewvc?rev=985893&view=rev
Log:
JCR-2708: Merge jcr-benchmark into the performance test suite

Drop the dependency to jackrabbit-jcr-tests

Removed:
    jackrabbit/trunk/test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractBenchmarkTest.java
    jackrabbit/trunk/test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigCollectionTest.java
    jackrabbit/trunk/test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigTreeTest.java
Modified:
    jackrabbit/trunk/test/performance/base/pom.xml

Modified: jackrabbit/trunk/test/performance/base/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/base/pom.xml?rev=985893&r1=985892&r2=985893&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/base/pom.xml (original)
+++ jackrabbit/trunk/test/performance/base/pom.xml Mon Aug 16 12:02:47 2010
@@ -47,11 +47,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
       <version>1.6.2</version> <!-- overridden by downstream projects -->
       <scope>provided</scope>