[seam-commits] Seam SVN: r11821 - modules/bpm/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Dec 11 18:20:41 EST 2009
Author: shane.bryzak at jboss.com
Date: 2009-12-11 18:20:41 -0500 (Fri, 11 Dec 2009)
New Revision: 11821
Modified:
modules/bpm/trunk/pom.xml
Log:
fix bpm module build
Modified: modules/bpm/trunk/pom.xml
===================================================================
--- modules/bpm/trunk/pom.xml 2009-12-11 23:16:07 UTC (rev 11820)
+++ modules/bpm/trunk/pom.xml 2009-12-11 23:20:41 UTC (rev 11821)
@@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <artifactId>seam-parent</artifactId>
+ <artifactId>seam-version-matrix</artifactId>
<groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
</parent>
@@ -38,24 +38,14 @@
<dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
<artifactId>seam-international</artifactId>
</dependency>
<dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
- <dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>webbeans-logger</artifactId>
- </dependency>
-
</dependencies>
</project>
More information about the seam-commits
mailing list