[seam-commits] Seam SVN: r14526 - in branches/community/Seam_2_3/examples-ee6/ui: ui-tests and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 5 08:42:08 EDT 2012
Author: maschmid
Date: 2012-04-05 08:42:07 -0400 (Thu, 05 Apr 2012)
New Revision: 14526
Modified:
branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
Log:
cleanup ui example
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-04-05 12:29:40 UTC (rev 14525)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-04-05 12:42:07 UTC (rev 14526)
@@ -11,7 +11,7 @@
<groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<packaging>ejb</packaging>
- <name>UI EJB Module</name>
+ <name>UI EJB Module (EE6)</name>
<dependencies>
<dependency>
@@ -22,14 +22,17 @@
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-04-05 12:29:40 UTC (rev 14525)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-04-05 12:42:07 UTC (rev 14526)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-tests</artifactId>
- <name>UI Integration Tests Module</name>
+ <name>UI Integration Tests Module (EE6)</name>
<dependencies>
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-04-05 12:29:40 UTC (rev 14525)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-04-05 12:42:07 UTC (rev 14526)
@@ -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