[seam-commits] Seam SVN: r13835 - in modules/xml/trunk: examples/princess-rescue and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 13 04:18:13 EDT 2010
Author: swd847
Date: 2010-10-13 04:18:12 -0400 (Wed, 13 Oct 2010)
New Revision: 13835
Modified:
modules/xml/trunk/examples/princess-rescue/pom.xml
modules/xml/trunk/impl/pom.xml
modules/xml/trunk/pom.xml
Log:
update princess-rescue example
Modified: modules/xml/trunk/examples/princess-rescue/pom.xml
===================================================================
--- modules/xml/trunk/examples/princess-rescue/pom.xml 2010-10-13 06:47:59 UTC (rev 13834)
+++ modules/xml/trunk/examples/princess-rescue/pom.xml 2010-10-13 08:18:12 UTC (rev 13835)
@@ -27,7 +27,14 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
+ <scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>javax.annotation</groupId>
@@ -67,20 +74,15 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-extensions</artifactId>
<scope>runtime</scope>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.glassfish.web</groupId>
- <artifactId>el-impl</artifactId>
- <scope>runtime</scope>
<exclusions>
- <exclusion>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
</exclusion>
</exclusions>
</dependency>
+
+
<!-- end Jetty/Tomcat-specific scopes and artifacts -->
</dependencies>
Modified: modules/xml/trunk/impl/pom.xml
===================================================================
--- modules/xml/trunk/impl/pom.xml 2010-10-13 06:47:59 UTC (rev 13834)
+++ modules/xml/trunk/impl/pom.xml 2010-10-13 08:18:12 UTC (rev 13835)
@@ -17,10 +17,10 @@
<dependencies>
+
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
- <version>1.0-SP2</version>
</dependency>
<dependency>
Modified: modules/xml/trunk/pom.xml
===================================================================
--- modules/xml/trunk/pom.xml 2010-10-13 06:47:59 UTC (rev 13834)
+++ modules/xml/trunk/pom.xml 2010-10-13 08:18:12 UTC (rev 13835)
@@ -20,6 +20,7 @@
<el-impl.version>1.0</el-impl.version>
<weld.version>1.1.0.Beta1</weld.version>
<jboss.logging.version>3.0.0.Beta4</jboss.logging.version>
+ <cdi-api.version>1.0-SP2</cdi-api.version>
</properties>
<prerequisites>
@@ -48,6 +49,12 @@
</dependency>
<dependency>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ <version>${cdi-api.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-extensions</artifactId>
<version>${weld-extensions.version}</version>
@@ -60,10 +67,10 @@
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
@@ -79,6 +86,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.weld.servlet</groupId>
+ <artifactId>weld-servlet</artifactId>
+ <version>${weld.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${jboss.logging.version}</version>
More information about the seam-commits
mailing list