[seam-commits] Seam SVN: r13646 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 27 07:23:01 EDT 2010


Author: manaRH
Date: 2010-08-27 07:23:01 -0400 (Fri, 27 Aug 2010)
New Revision: 13646

Modified:
   branches/community/Seam_2_2/build/remoting.pom.xml
Log:
fixed classpath with jbosscache-core dependency

Modified: branches/community/Seam_2_2/build/remoting.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/remoting.pom.xml	2010-08-26 09:27:12 UTC (rev 13645)
+++ branches/community/Seam_2_2/build/remoting.pom.xml	2010-08-27 11:23:01 UTC (rev 13646)
@@ -37,6 +37,12 @@
 			<artifactId>hibernate-core</artifactId>
 			<optional>true</optional>
 		</dependency>
+		
+	    <dependency>
+	      <groupId>org.jboss.cache</groupId>
+	      <artifactId>jbosscache-core</artifactId>
+	      <optional>true</optional>
+	    </dependency>
 
 		<dependency>
 			<groupId>javax.servlet</groupId>



More information about the seam-commits mailing list