Author: manaRH
Date: 2010-06-23 06:19:19 -0400 (Wed, 23 Jun 2010)
New Revision: 13290
Modified:
branches/community/Seam_2_1/build/root.pom.xml
Log:
fixed build dependencies
Modified: branches/community/Seam_2_1/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/root.pom.xml 2010-06-23 08:23:04 UTC (rev 13289)
+++ branches/community/Seam_2_1/build/root.pom.xml 2010-06-23 10:19:19 UTC (rev 13290)
@@ -346,6 +346,10 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -376,6 +380,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -644,7 +652,7 @@
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
- <version>1.0.1B</version>
+ <version>1.1</version>
</dependency>
<dependency>
Show replies by date