summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-07 12:07:39 +0200
committergjoranv <gv@oath.com>2017-09-07 12:07:39 +0200
commitd89e748e9bbd321a69fbe7a4c520545daf954110 (patch)
tree3a534972f6e5a32026deb44c38a5ec51e51aefed /jdisc_core/pom.xml
parentf8f353aa9e2050059672eee72b7945ec56054b42 (diff)
Add comment explaining why jdisc_core depends on xml-apis.
- Comment is from the old vespa repo git log.
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 928dea20e46..ec8ae6bb227 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -16,6 +16,7 @@
<name>${project.artifactId}</name>
<dependencies>
<dependency>
+ <!-- Newer version than the one in rt.jar, including the ElementTraversal class needed by Xerces (Aug. 2015)-->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>