summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-08 12:21:09 +0200
committergjoranv <gv@oath.com>2017-09-08 12:21:09 +0200
commit8f7bcbcf0955b38b9f7d11514eb309a272615534 (patch)
treed41e4aea4b755943ff4fe1ea174dd08d4e78df70 /jdisc_core
parent0525e5bf55920d8d85966a423174a18e75a2687f (diff)
Add comment about xml-apis dependency.
- Comment from old Vespa repo git log.
Diffstat (limited to 'jdisc_core')
-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..fb8200eb610 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, still valid Sep 2017) -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>