[seam-commits] Seam SVN: r14255 - branches/community/Seam_2_3/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 16 06:45:15 EST 2012


Author: manaRH
Date: 2012-01-16 06:45:14 -0500 (Mon, 16 Jan 2012)
New Revision: 14255

Modified:
   branches/community/Seam_2_3/examples/pom.xml
Log:
added jboss-seam-jsf2 to dependency management

Modified: branches/community/Seam_2_3/examples/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/pom.xml	2011-12-22 21:07:46 UTC (rev 14254)
+++ branches/community/Seam_2_3/examples/pom.xml	2012-01-16 11:45:14 UTC (rev 14255)
@@ -125,6 +125,19 @@
                 </exclusions>
             </dependency>
             <dependency>
+                <groupId>org.jboss.seam</groupId>
+                <artifactId>jboss-seam-jsf2</artifactId>
+                <version>${project.version}</version>
+                <type>ejb</type>
+                <scope>provided</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>jboss</groupId>
+                        <artifactId>javassist</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
                 <groupId>javax.faces</groupId>
                 <artifactId>jsf-api</artifactId>
                 <version>${jsf.version}</version>



More information about the seam-commits mailing list