Index: jspwiki-war/pom.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- jspwiki-war/pom.xml	(revision 1636667)
+++ jspwiki-war/pom.xml	(revision )
@@ -149,7 +149,7 @@
     </dependency>
 
     <dependency>
-      <groupId>nekohtml</groupId>
+      <groupId>net.sourceforge.nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
       <scope>runtime</scope>
     </dependency>
Index: LICENSE
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- LICENSE	(revision 1620683)
+++ LICENSE	(revision )
@@ -228,13 +228,14 @@
 lucene-highlighter-4.7.0.jar                LICENSE
 lucene-memory-4.7.0.jar                     LICENSE
 mail-1.4.7.jar                              doc/LICENSE.cddl
-nekohtml-0.9.5.jar                          LICENSE
+nekohtml-1.9.21.jar                         LICENSE
 oro-2.0.8.jar                               LICENSE
 ehcache-2.8.3.jar                           LICENSE
 sandler-0.5.jar                             doc/LICENSE.sandler
 servlet-api-2.5.jar                         doc/LICENSE.cddl
 slf4-api-1.7.7.jar                          doc/LICENSE.mit
 slf4j-log4j-1.7.7.jar                       doc/LICENSE.mit
+xercesImpl-2.10.0.jar                       LICENSE
 xmlrpc-2.0.1.jar                            LICENSE
 
 TEST LIBRARY                                LICENSE FILE
@@ -249,7 +250,6 @@
 selenium-firefox-driver-2.42.0.jar          LICENSE
 selenium-ie-driver-2.42.0.jar               LICENSE
 stripes-1.5.8.jar                           LICENSE
-xercesImpl-2.6.2.jar                        LICENSE
 xml-apis-1.0.b2.jar                         LICENSE
 yuicompressor-2.4.7.jar                     doc/LICENSE.yui
 
\ No newline at end of file
Index: ChangeLog
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- ChangeLog	(revision 1636681)
+++ ChangeLog	(revision )
@@ -1,5 +1,11 @@
 2014-11-04  Harry Metske (metskem@apache.org)
 
+       * 2.10.2-svn-9
+
+       * Fixed JSPWIKI-871 - upgraded nekohtml (0.9.5 => 1.9.21) and xercesImpl (2.4 => 2.10.0)
+
+2014-11-04  Harry Metske (metskem@apache.org)
+
        * 2.10.2-svn-8
 
        * Fixed JSPWIKI-870 - JSPWiki does not start, if tomcat directory path contains a white space.
Index: pom.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- pom.xml	(revision 1620683)
+++ pom.xml	(revision )
@@ -267,11 +267,11 @@
       </dependency>
 
       <!-- runtime dependencies -->
-      <dependency>
+        <dependency>
-        <groupId>nekohtml</groupId>
+            <groupId>net.sourceforge.nekohtml</groupId>
-        <artifactId>nekohtml</artifactId>
+            <artifactId>nekohtml</artifactId>
-        <version>0.9.5</version>
+            <version>1.9.21</version>
-      </dependency>
+        </dependency>
     </dependencies>
   </dependencyManagement>
 
