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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 29 16:03:30 EDT 2012


Author: manaRH
Date: 2012-04-29 16:03:29 -0400 (Sun, 29 Apr 2012)
New Revision: 14639

Modified:
   branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
Log:
removed duplicated dependency

Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml	2012-04-28 23:12:57 UTC (rev 14638)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml	2012-04-29 20:03:29 UTC (rev 14639)
@@ -50,11 +50,8 @@
             <groupId>org.jboss.spec.javax.faces</groupId>
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.jboss.spec.javax.el</groupId>
-            <artifactId>jboss-el-api_2.2_spec</artifactId>
-        </dependency>
 
+
         <dependency>
             <groupId>org.jboss.arquillian.junit</groupId>
             <artifactId>arquillian-junit-container</artifactId>



More information about the seam-commits mailing list