Author: kien_nguyen
Date: 2010-12-01 02:57:29 -0500 (Wed, 01 Dec 2010)
New Revision: 5399
Modified:
portal/branches/branch-GTNPORTAL-1700/examples/portlets/jsfhellouser/pom.xml
Log:
GTNPORTAL-1672 Cannot deploy jsfportlet example
Modified: portal/branches/branch-GTNPORTAL-1700/examples/portlets/jsfhellouser/pom.xml
===================================================================
---
portal/branches/branch-GTNPORTAL-1700/examples/portlets/jsfhellouser/pom.xml 2010-12-01
07:49:29 UTC (rev 5398)
+++
portal/branches/branch-GTNPORTAL-1700/examples/portlets/jsfhellouser/pom.xml 2010-12-01
07:57:29 UTC (rev 5399)
@@ -49,6 +49,16 @@
<artifactId>portletbridge-impl</artifactId>
<version>2.0.0.FINAL</version>
</dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_13</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_13</version>
+ </dependency>
</dependencies>
Show replies by date