Author: alexsmirnov
Date: 2007-05-03 21:38:15 -0400 (Thu, 03 May 2007)
New Revision: 169
Modified:
trunk/framework/pom.xml
Log:
poin dependency of a oscache as optional
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2007-05-04 01:10:03 UTC (rev 168)
+++ trunk/framework/pom.xml 2007-05-04 01:38:15 UTC (rev 169)
@@ -106,6 +106,7 @@
<groupId>opensymphony</groupId>
<artifactId>oscache</artifactId>
<version>2.3</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>