Author: maschmid
Date: 2012-10-08 07:40:16 -0400 (Mon, 08 Oct 2012)
New Revision: 15202
Modified:
branches/community/Seam_2_3/examples/openid/openid-web/pom.xml
Log:
openid example, add missing servlet and jsf spec provided dependencies in openid-web
Modified: branches/community/Seam_2_3/examples/openid/openid-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-web/pom.xml 2012-10-08 11:30:43 UTC
(rev 15201)
+++ branches/community/Seam_2_3/examples/openid/openid-web/pom.xml 2012-10-08 11:40:16 UTC
(rev 15202)
@@ -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>
Show replies by date