[seam-commits] Seam SVN: r15266 - branches/enterprise/WFK-2_1/examples/openid/openid-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 11 10:47:30 EDT 2012


Author: manaRH
Date: 2012-10-11 10:47:30 -0400 (Thu, 11 Oct 2012)
New Revision: 15266

Modified:
   branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml
Log:
openid example, add missing servlet and jsf spec provided dependencies in openid-web

Modified: branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml	2012-10-11 14:47:24 UTC (rev 15265)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml	2012-10-11 14:47:30 UTC (rev 15266)
@@ -61,6 +61,16 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.faces</groupId>
+            <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
   
     <build>



More information about the seam-commits mailing list