[seam-commits] Seam SVN: r15201 - in branches/community/Seam_2_3/examples/numberguess: numberguess-ejb and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 8 07:30:44 EDT 2012
Author: maschmid
Date: 2012-10-08 07:30:43 -0400 (Mon, 08 Oct 2012)
New Revision: 15201
Modified:
branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml
Log:
numberguess example cleanup
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml 2012-10-08 10:52:13 UTC (rev 15200)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml 2012-10-08 11:30:43 UTC (rev 15201)
@@ -9,7 +9,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples</groupId>
<artifactId>numberguess-ear</artifactId>
<packaging>ear</packaging>
<name>Numberguess EAR Module (EE6)</name>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2012-10-08 10:52:13 UTC (rev 15200)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2012-10-08 11:30:43 UTC (rev 15201)
@@ -9,7 +9,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples</groupId>
<artifactId>numberguess-ejb</artifactId>
<packaging>ejb</packaging>
<name>Numberguess EJB Module (EE6)</name>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml 2012-10-08 10:52:13 UTC (rev 15200)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml 2012-10-08 11:30:43 UTC (rev 15201)
@@ -9,7 +9,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples</groupId>
<artifactId>numberguess-tests</artifactId>
<name>Numberguess Integration Tests Module (EE6)</name>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml 2012-10-08 10:52:13 UTC (rev 15200)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml 2012-10-08 11:30:43 UTC (rev 15201)
@@ -9,7 +9,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples</groupId>
<artifactId>numberguess-web</artifactId>
<packaging>war</packaging>
<name>Numberguess Web Module (EE6)</name>
@@ -25,17 +24,17 @@
<groupId>org.jboss.seam.examples</groupId>
<artifactId>numberguess-ejb</artifactId>
<type>ejb</type>
- <!--<scope>provided</scope>-->
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <type>ejb</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.el</groupId>
@@ -44,12 +43,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -61,6 +54,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
More information about the seam-commits
mailing list