[seam-commits] Seam SVN: r14623 - branches/community/Seam_2_3/examples-ee6/blog/blog-ejb.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 20 07:07:16 EDT 2012


Author: maschmid
Date: 2012-04-20 07:07:15 -0400 (Fri, 20 Apr 2012)
New Revision: 14623

Modified:
   branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
Log:
blog example, add infinispan dependency, remove ehcache


Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml	2012-04-20 09:40:52 UTC (rev 14622)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml	2012-04-20 11:07:15 UTC (rev 14623)
@@ -84,6 +84,15 @@
       </dependency>
 
       <dependency>
+         <groupId>org.infinispan</groupId>
+         <artifactId>infinispan-core</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.infinispan</groupId>
+         <artifactId>infinispan-tree</artifactId>
+      </dependency>
+
+      <dependency>
          <groupId>javax.validation</groupId>
          <artifactId>validation-api</artifactId>
          <scope>provided</scope>
@@ -94,10 +103,6 @@
          <scope>provided</scope>
       </dependency>
 
-      <dependency>
-        <groupId>net.sf.ehcache</groupId>
-        <artifactId>ehcache</artifactId>
-      </dependency>
    </dependencies>
    <profiles>
       <profile>



More information about the seam-commits mailing list