Author: nbelaevski
Date: 2009-08-27 12:53:38 -0400 (Thu, 27 Aug 2009)
New Revision: 15358
Modified:
root/examples/trunk/components/core-demo/pom.xml
root/examples/trunk/richfaces-demo/pom.xml
Log:
Removed mandatory EhCache dependency
Modified: root/examples/trunk/components/core-demo/pom.xml
===================================================================
--- root/examples/trunk/components/core-demo/pom.xml 2009-08-27 16:50:48 UTC (rev 15357)
+++ root/examples/trunk/components/core-demo/pom.xml 2009-08-27 16:53:38 UTC (rev 15358)
@@ -56,11 +56,6 @@
<version>3.1.0.GA</version>
</dependency>
<dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 16:50:48 UTC (rev 15357)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 16:53:38 UTC (rev 15358)
@@ -53,11 +53,6 @@
<version>3.1.0.GA</version>
</dependency>
<dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
Show replies by date