[seam-commits] Seam SVN: r14574 - branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 13 08:24:24 EDT 2012


Author: maschmid
Date: 2012-04-13 08:24:22 -0400 (Fri, 13 Apr 2012)
New Revision: 14574

Modified:
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
Log:
contactlist example add arq-seam2 extension dependency


Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml	2012-04-13 12:21:11 UTC (rev 14573)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml	2012-04-13 12:24:22 UTC (rev 14574)
@@ -77,6 +77,12 @@
       </dependency>
 
       <dependency>
+        <groupId>org.jboss.arquillian.extension</groupId>
+        <artifactId>arquillian-seam2</artifactId>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
          <groupId>org.jboss.spec.javax.el</groupId>
          <artifactId>jboss-el-api_2.2_spec</artifactId>
       </dependency>



More information about the seam-commits mailing list