Commit 6fbd4127 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

OF-1317: Upgrade dom4j from 1.6.1 to 2.0.0. (#779)

parent 4f8c10d6
......@@ -11,7 +11,7 @@ commons-lang.jar | 2.3
commons-httpclient.jar | 3.1 | Apache 2.0
commons-codec.jar | 1.9 | Apache 2.0
commons-pool2.jar | 2.4.2 | Apache 2.0
dom4j.jar | 1.6.1 | BSD (http://www.dom4j.org/dom4j-1.6.1/license.html)
dom4j.jar | 2.0.0 | See https://github.com/dom4j/dom4j/blob/master/LICENSE
concurrentlinkedhashmap-lru | concurrentlinkedhashmap-lru-1.0_jdk5 | Apache 2.0
dbutil.jar | Jive Code, no release version. | GPL
hsqldb.jar | 2.3.4 | BSD (http://hsqldb.org/web/hsqlLicense.html)
......@@ -49,7 +49,7 @@ org.eclipse.jetty.apache-jsp.jar | 9.2.14.v20151106 (from Jetty
org.eclipse.jetty.orbit.org.eclipse.jdt.core.jar | 3.8.2.v20130121 (from Jetty 9.2.14.v20151106) | Eclipse 1.0
org.mortbay.jasper.apache-el.jar | 8.0.9.M3 (from Jetty 9.2.14.v20151106) | Apache 2.0
org.mortbay.jasper.apache-jsp.jar | 8.0.9.M3 (from Jetty 9.2.14.v20151106) | Apache 2.0
jaxen.jar | 1.1 beta 4 (from DOM4J 1.6.1) | Apache 1.1
jaxen.jar | 1.1.6 (from DOM4J 2.0.0) | Apache 1.1
jdom.jar | 1.0 (required by rome) | Apache 1.1
jmdns.jar | PRE 1.0, patched | Apache 2.0
jmock.jar | 2.1.0 |
......
......@@ -106,21 +106,11 @@
<!-- XML, Dom4J, XPP -->
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<!-- These are required by dom4j, but are only referenced as optional, therefore include them here -->
<dependency>
<groupId>jaxme</groupId>
<artifactId>jaxme-api</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-6</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment