[jboss-cvs] JBossAS SVN: r109034 - branches/weld-snapshot-integration/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Oct 31 21:40:23 EDT 2010
Author: marius.bogoevici
Date: 2010-10-31 21:40:23 -0400 (Sun, 31 Oct 2010)
New Revision: 109034
Modified:
branches/weld-snapshot-integration/component-matrix/pom.xml
Log:
use CDI API 1.0-SP3
Modified: branches/weld-snapshot-integration/component-matrix/pom.xml
===================================================================
--- branches/weld-snapshot-integration/component-matrix/pom.xml 2010-10-30 22:30:57 UTC (rev 109033)
+++ branches/weld-snapshot-integration/component-matrix/pom.xml 2010-11-01 01:40:23 UTC (rev 109034)
@@ -148,7 +148,8 @@
<version.sun.jaxb>2.2</version.sun.jaxb>
<version.sun-jaxws>2.2</version.sun-jaxws>
<version.sun-policy>2.0-b01</version.sun-policy>
- <version.weld.api>1.1-SNAPSHOT</version.weld.api>
+ <version.weld.api>1.1.Beta2</version.weld.api>
+ <version.cdi.api>1.0-SP3</version.cdi.api>
<version.xdoclet>1.2.3</version.xdoclet>
<version.xmlschema>1.4.5</version.xmlschema>
</properties>
@@ -222,6 +223,12 @@
</dependency>
<dependency>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ <version>${version.cdi.api}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>${version.weld.api}</version>
More information about the jboss-cvs-commits
mailing list