[seam-commits] Seam SVN: r11657 - modules/trunk/transaction.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Nov 23 21:25:15 EST 2009
Author: sboscarine
Date: 2009-11-23 21:25:15 -0500 (Mon, 23 Nov 2009)
New Revision: 11657
Modified:
modules/trunk/transaction/pom.xml
Log:
commented out references to unresolvable dependencies.
Modified: modules/trunk/transaction/pom.xml
===================================================================
--- modules/trunk/transaction/pom.xml 2009-11-24 02:15:55 UTC (rev 11656)
+++ modules/trunk/transaction/pom.xml 2009-11-24 02:25:15 UTC (rev 11657)
@@ -1,30 +1,30 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
+ <modelVersion>4.0.0</modelVersion>
+ d">
<parent>
<artifactId>seam-parent</artifactId>
- <groupId>org.jboss.seam</groupId>
+ <groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
+ </parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-transaction</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Transaction</name>
-
+
<dependencies>
<dependency>
<groupId>javax.ejb</groupId>
- <artifactId>ejb-api</artifactId>
+ <artifactId>ejb-api</artifactId>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.transaction</groupId>
@@ -37,6 +37,18 @@
</dependency>
<dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ </dependency>
+
+ <!-- Missing dependencies -->
+ <!--
+ <dependency>
<groupId>${seam.groupId}</groupId>
<artifactId>seam-el</artifactId>
</dependency>
@@ -51,7 +63,6 @@
<groupId>${webbeans.groupId}</groupId>
<artifactId>webbeans-logger</artifactId>
</dependency>
-
+ -->
</dependencies>
-
-</project>
+</project>
\ No newline at end of file
More information about the seam-commits
mailing list