update nekohtml dependency to 1.9.14
------------------------------------
Key: DROIDS-118
URL: https://issues.apache.org/jira/browse/DROIDS-118
Project: Droids
Issue Type: Task
Components: infrastructure
Affects Versions: Graduating from the Incubator
Reporter: Paul Rogalinski
Priority: Blocker
Fix For: 0.0.1
a more recent version of nekohtml parser is available via maven:
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.14</version>
</dependency>
please use this dependency instead of the 1.9.6 version which has a nasty bug
in the dom parser resulting in out of memory exceptions when the title tag
contains a single quote and the html tag is closed in the same line.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira