Author: jasvir
Date: Fri Aug 6 23:22:28 2010
New Revision: 983142
URL: http://svn.apache.org/viewvc?rev=983142&view=rev
Log:
* bump caja version
- whitelist of a larger set of CSS3 properties
- support for container that doesn't require innocent code transformer
- remove need to workaround NPE when the last line of an html file is a
comment
- remove NPE when the first line of an html file is a comment
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=983142&r1=983141&r2=983142&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Aug 6 23:22:28 2010
@@ -1412,13 +1412,13 @@
<dependency>
<groupId>caja</groupId>
<artifactId>htmlparser</artifactId>
- <version>r4135</version>
+ <version>r4209</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>caja</groupId>
<artifactId>caja</artifactId>
- <version>r4135</version>
+ <version>r4209</version>
<scope>compile</scope>
</dependency>
<dependency>