[seam-commits] Seam SVN: r14506 - branches/community/Seam_2_3/examples-ee6/seampay/seampay-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 4 12:02:57 EDT 2012


Author: maschmid
Date: 2012-04-04 12:02:56 -0400 (Wed, 04 Apr 2012)
New Revision: 14506

Modified:
   branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
Log:
small fix in seampay example


Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml	2012-04-04 15:37:06 UTC (rev 14505)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml	2012-04-04 16:02:56 UTC (rev 14506)
@@ -29,6 +29,7 @@
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam</artifactId>
             <type>ejb</type>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>



More information about the seam-commits mailing list