Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
6fbd4127
Commit
6fbd4127
authored
Apr 24, 2017
by
Guus der Kinderen
Committed by
daryl herzmann
Apr 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1317: Upgrade dom4j from 1.6.1 to 2.0.0. (#779)
parent
4f8c10d6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
15 deletions
+5
-15
dom4j.jar
build/lib/merge/dom4j.jar
+0
-0
jaxen.jar
build/lib/merge/jaxen.jar
+0
-0
versions.txt
build/lib/versions.txt
+2
-2
pom.xml
xmppserver/pom.xml
+3
-13
No files found.
build/lib/merge/dom4j.jar
View file @
6fbd4127
No preview for this file type
build/lib/merge/jaxen.jar
View file @
6fbd4127
No preview for this file type
build/lib/versions.txt
View file @
6fbd4127
...
...
@@ -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 |
...
...
xmppserver/pom.xml
View file @
6fbd4127
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment