[seam-commits] Seam SVN: r10858 - modules/trunk/faces.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 11 16:12:17 EDT 2009
Author: dan.j.allen
Date: 2009-05-11 16:12:16 -0400 (Mon, 11 May 2009)
New Revision: 10858
Modified:
modules/trunk/faces/pom.xml
Log:
add bridge api
temporarily add transaction
Modified: modules/trunk/faces/pom.xml
===================================================================
--- modules/trunk/faces/pom.xml 2009-05-11 20:11:39 UTC (rev 10857)
+++ modules/trunk/faces/pom.xml 2009-05-11 20:12:16 UTC (rev 10858)
@@ -47,6 +47,11 @@
<dependency>
<groupId>${seam.groupId}</groupId>
+ <artifactId>seam-bridge-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${seam.groupId}</groupId>
<artifactId>seam-el</artifactId>
</dependency>
@@ -86,6 +91,12 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</project>
More information about the seam-commits
mailing list