xerces.version / xalan.version
Ian Young
ian at iay.org.uk
Tue Dec 9 11:19:00 EST 2014
I noticed today that we still have the following in the V3 parent POM:
<xalan.groupId>xalan</xalan.groupId>
<xalan.version>2.7.1</xalan.version>
<xerces.groupId>org.apache.xerces</xerces.groupId>
<xerces.version>2.11.0</xerces.version>
<xmlresolver.groupId>xml-resolver</xmlresolver.groupId>
<xmlresolver.version>1.2</xmlresolver.version>
However, we decided some time back that the external Xalan/Xerces endorsed libraries are no longer our dependency, and that we now depend on the standard stack provided as part of recent JREs.
I've grepped through the V3 sources, and the only references to the above properties that I can find are in the java-idp-integration-tests project, where they are apparently dependencies of Selenium, not our code. (In fact, xmlresolver.version is never referenced even there)
I propose that we clean this up and avoid future regressions by removing those definitions from the V3 parent POM entirely and dropping them into the java-idp-integration-tests POM.
Comments?
-- Ian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5250 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/dev/attachments/20141209/3e30be22/attachment.bin
More information about the dev
mailing list