[seam-commits] Seam SVN: r11694 - modules/trunk/remoting/examples/helloworld.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Nov 27 15:16:15 EST 2009
Author: shane.bryzak at jboss.com
Date: 2009-11-27 15:16:15 -0500 (Fri, 27 Nov 2009)
New Revision: 11694
Modified:
modules/trunk/remoting/examples/helloworld/pom.xml
Log:
updated example build
Modified: modules/trunk/remoting/examples/helloworld/pom.xml
===================================================================
--- modules/trunk/remoting/examples/helloworld/pom.xml 2009-11-27 19:24:29 UTC (rev 11693)
+++ modules/trunk/remoting/examples/helloworld/pom.xml 2009-11-27 20:16:15 UTC (rev 11694)
@@ -5,13 +5,13 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seam-examples-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.seam.remoting.examples</groupId>
<artifactId>remoting-helloworld</artifactId>
<packaging>war</packaging>
+ <version>1.0.0-SNAPSHOT</version>
<name>Seam Remoting Examples: Helloworld</name>
<pluginRepositories>
@@ -25,52 +25,35 @@
</pluginRepositories>
<dependencies>
- <dependency>
+ <!--dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
<classifier>jdk15</classifier>
- </dependency>
+ </dependency-->
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<scope>provided</scope>
+ <version>2.0.1-FCS</version>
</dependency>
-
- <!-- <dependency>
- <groupId>org.jboss.el</groupId>
- <artifactId>jboss-el</artifactId>
- <exclusions>
- <exclusion>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>-->
-
+
<dependency>
- <groupId>org.glassfish.web</groupId>
- <artifactId>el-impl</artifactId>
- <exclusions>
- <exclusion>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- </exclusion>
- </exclusions>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-remoting</artifactId>
+ <scope>provided</scope>
+ <version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
- <build>
- <finalName>seam-remoting-helloworld</finalName>
- </build>
-
</project>
More information about the seam-commits
mailing list