[seam-commits] Seam SVN: r15427 - branches/enterprise/WFK-2_1/examples/openid/openid-tests.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 26 11:33:17 EST 2013
Author: manaRH
Date: 2013-02-26 11:33:17 -0500 (Tue, 26 Feb 2013)
New Revision: 15427
Modified:
branches/enterprise/WFK-2_1/examples/openid/openid-tests/pom.xml
Log:
bz915249 fixing jsf-api G:A in openid-tests
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-tests/pom.xml 2013-02-26 15:08:30 UTC (rev 15426)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-tests/pom.xml 2013-02-26 16:33:17 UTC (rev 15427)
@@ -36,8 +36,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
More information about the seam-commits
mailing list