[jboss-cvs] JBossAS SVN: r94695 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 12 16:18:06 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-10-12 16:18:06 -0400 (Mon, 12 Oct 2009)
New Revision: 94695

Modified:
   trunk/build/pom.xml
Log:
Move pojo cache out of the modules, down with the libs

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2009-10-12 19:36:40 UTC (rev 94694)
+++ trunk/build/pom.xml	2009-10-12 20:18:06 UTC (rev 94695)
@@ -197,10 +197,6 @@
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-webservices</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.jboss.cache</groupId>
-      <artifactId>jbosscache-pojo</artifactId>
-    </dependency>
     <!-- End module dependencies -->
 
     <!-- Dependencies on additional artifacts not included by the modules  -->
@@ -356,8 +352,12 @@
     <dependency>
       <groupId>org.jboss.bootstrap</groupId>
       <artifactId>jboss-bootstrap-spi-mc</artifactId>
-    </dependency>
+    </dependency>    
     <dependency>
+      <groupId>org.jboss.cache</groupId>
+      <artifactId>jbosscache-pojo</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-common</artifactId>
       <classifier>client</classifier>




More information about the jboss-cvs-commits mailing list