[exo-jcr-commits] exo-jcr SVN: r892 - kernel/trunk/exo.kernel.component.ext.cache.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 26 10:41:36 EST 2009


Author: dkatayev
Date: 2009-11-26 10:41:36 -0500 (Thu, 26 Nov 2009)
New Revision: 892

Modified:
   kernel/trunk/exo.kernel.component.ext.cache/pom.xml
Log:
EXOJCR-162 transitibe dependencies fixed

Modified: kernel/trunk/exo.kernel.component.ext.cache/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.ext.cache/pom.xml	2009-11-26 15:38:39 UTC (rev 891)
+++ kernel/trunk/exo.kernel.component.ext.cache/pom.xml	2009-11-26 15:41:36 UTC (rev 892)
@@ -10,19 +10,27 @@
    <artifactId>exo.kernel.component.ext.cache</artifactId>
 
    <description>JBoss Cache Implementation for the Cache Service</description>
-
-   <dependencies>
+
+   <dependencies>
       <dependency>
+         <groupId>org.exoplatform.tool</groupId>
+         <artifactId>exo.tool.framework.junit</artifactId>
+      </dependency>      
+      <dependency>
          <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.commons</artifactId>
+      </dependency>   
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
+      </dependency>         
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.cache</artifactId>
       </dependency>
       <dependency>
          <groupId>org.jboss.cache</groupId>
          <artifactId>jbosscache-core</artifactId>
        </dependency>
-       <dependency>
-          <groupId>jgroups</groupId>
-          <artifactId>jgroups</artifactId>
-       </dependency>    
    </dependencies>
 </project>



More information about the exo-jcr-commits mailing list