Bug 563906 - Update dom4j dependence to 2.13

This fixes CVE-2020-10683

Change-Id: I317c62a8d22d198fdbc4243d04fe03b0eda6439e
Signed-off-by: Tony Homer <tony.homer@intel.com>
diff --git a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/.factorypath b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/.factorypath
index 4fe4acd..b0ce77f 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/.factorypath
+++ b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/.factorypath
@@ -31,5 +31,5 @@
     <factorypathentry kind="VARJAR" id="M2_REPO/javax/inject/javax.inject/1/javax.inject-1.jar" enabled="true" runInBatchMode="false"/>
     <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar" enabled="true" runInBatchMode="false"/>
     <factorypathentry kind="VARJAR" id="M2_REPO/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar" enabled="true" runInBatchMode="false"/>
-    <factorypathentry kind="VARJAR" id="M2_REPO/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar" enabled="true" runInBatchMode="false"/>
+    <factorypathentry kind="VARJAR" id="M2_REPO/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar" enabled="true" runInBatchMode="false"/>
 </factorypath>
diff --git a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
index 5d73161..c6f2795 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.dom4j</groupId>
       <artifactId>dom4j</artifactId>
-      <version>2.1.1</version>
+      <version>2.1.3</version>
     </dependency>
   </dependencies>
   <build>
@@ -81,7 +81,7 @@
               commons-collections,
               commons-io,
               commons-lang,
-              dom4j;version=2.1.1,
+              dom4j;version=2.1.3,
               jchardet,
               jdom,
               oro,
diff --git a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
index 3e46eb5..89b5299 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
+++ b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
@@ -64,9 +64,9 @@
                                                                                                                 
 
 
-<h4>dom4j 1.6.1</h4>
+<h4>dom4j 2.1.3</h4>
 <p>
-Your use of dom4j 1.6.1 in binary code form contained in the plug-in is subject to the terms and conditions of 
+Your use of dom4j 2.1.3 in binary code form contained in the plug-in is subject to the terms and conditions of 
 BSD style license (&quot;BSD&quot;).  
 A local copy of the license can be found <a href="about_files/dom4j-LICENSE.txt ">here</a>.
 </p>