[seam-commits] Seam SVN: r10684 - modules/trunk/parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 28 17:43:44 EDT 2009


Author: dan.j.allen
Date: 2009-04-28 17:43:44 -0400 (Tue, 28 Apr 2009)
New Revision: 10684

Modified:
   modules/trunk/parent/pom.xml
Log:
add test dependencies


Modified: modules/trunk/parent/pom.xml
===================================================================
--- modules/trunk/parent/pom.xml	2009-04-28 21:43:08 UTC (rev 10683)
+++ modules/trunk/parent/pom.xml	2009-04-28 21:43:44 UTC (rev 10684)
@@ -145,6 +145,35 @@
          </plugins>
       </pluginManagement>
    </build>
+
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-api</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+      </dependency>
+
+      <dependency>
+         <groupId>${webbeans.groupId}</groupId>
+         <artifactId>webbeans-core-test</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+   </dependencies>
    
    <profiles>
       <profile>




More information about the seam-commits mailing list