Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
In project pom we include xml-apis 1.0.b2
<xml-apis.version>1.0.b2</xml-apis.version>
In dependency management scope is set to test.
In some (test) code we needed to override the xml-apis version to 1.4.01:
<!-- Override for newer webdriver version (>2.27.0) -->
<xml-apis.version>1.4.01</xml-apis.version>
As 1.0.b2 is from 2007 and 1.4.01 (the latest) from 2011, could/should we update xml-apis to 1.4.01?
Attachments
Issue Links
- relates to
-
ARCHE-595 Remove Xalan dependency from the archetype project
- Closed