[seam-commits] Seam SVN: r14435 - branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Mar 26 10:44:28 EDT 2012
Author: manaRH
Date: 2012-03-26 10:44:28 -0400 (Mon, 26 Mar 2012)
New Revision: 14435
Modified:
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
Log:
added jta to dvdstore-tests dependencies
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-03-26 12:06:32 UTC (rev 14434)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-03-26 14:44:28 UTC (rev 14435)
@@ -82,6 +82,10 @@
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -107,6 +111,13 @@
</filesets>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
More information about the seam-commits
mailing list