https://bz.apache.org/bugzilla/show_bug.cgi?id=66171
Bug ID: 66171 Summary: remove xalan dependency due to it being end of life Product: JMeter Version: 5.5 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: fannin...@yahoo.com Target Milestone: JMETER_5.5 Xalan is no longer supported. https://lists.apache.org/thread/s8kjny5270ssfcp46v0fl39lk98987w7 It is better to use JAXP TransformerFactory than using xalan directly. If you add xalan dependency just to ensure that you have a JAXP compliant transformer on the classpath, this is unnecessary - the Java runtime has a built-in implementation. Xalan dependency in: https://mvnrepository.com/artifact/org.apache.jmeter/ApacheJMeter_core/5.5 -- You are receiving this mail because: You are the assignee for the bug.