[exo-jcr-commits] exo-jcr SVN: r1924 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 19 06:07:35 EST 2010


Author: dkatayev
Date: 2010-02-19 06:07:35 -0500 (Fri, 19 Feb 2010)
New Revision: 1924

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-521 exo.jcr.component.cluster.test.client renamed to exo.jcr.cluster.testclient

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-02-19 11:05:35 UTC (rev 1923)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-02-19 11:07:35 UTC (rev 1924)
@@ -71,6 +71,11 @@
       <artifactId>exo.core.component.security.core</artifactId>
     </dependency>
     <dependency>
+       <groupId>org.exoplatform.jcr</groupId>
+       <artifactId>exo.jcr.cluster.testclient</artifactId>
+       <scope>test</scope>
+    </dependency>    
+    <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-core</artifactId>
     </dependency>
@@ -165,12 +170,7 @@
           <artifactId>junit</artifactId>
         </exclusion>
       </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.jcr</groupId>
-      <artifactId>exo.jcr.component.cluster.test.client</artifactId>
-      <scope>test</scope>
-    </dependency>
+    </dependency>    
     <!-- TCK binaries and deps for repo stub, some eXo API test -->
     <dependency>
       <groupId>org.jboss.cache</groupId>



More information about the exo-jcr-commits mailing list