Author: konstantin.mishin
Date: 2007-07-06 06:33:43 -0400 (Fri, 06 Jul 2007)
New Revision: 1511
Modified:
branches/3.0.2/sandbox-samples/scrollable-grid-demo/pom.xml
Log:
add neko filter
Modified: branches/3.0.2/sandbox-samples/scrollable-grid-demo/pom.xml
===================================================================
--- branches/3.0.2/sandbox-samples/scrollable-grid-demo/pom.xml 2007-07-05 23:06:10 UTC
(rev 1510)
+++ branches/3.0.2/sandbox-samples/scrollable-grid-demo/pom.xml 2007-07-06 10:33:43 UTC
(rev 1511)
@@ -25,7 +25,12 @@
<artifactId>richfaces</artifactId>
<version>3.0.2-SNAPSHOT</version>
</dependency>
-
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>0.9.5</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
Show replies by date