]
Kabir Khan moved WFLY-10826 to WFCORE-4024:
-------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4024 (was: WFLY-10826)
Component/s: Build System
(was: Build System)
Manage the xalan test dependency and version from the root pom
--------------------------------------------------------------
Key: WFCORE-4024
URL:
https://issues.jboss.org/browse/WFCORE-4024
Project: WildFly Core
Issue Type: Bug
Components: Build System
Reporter: Kabir Khan
Assignee: Kabir Khan
We currently have the following scattered around various test poms:
{code}
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1.jbossorg-2</version>
<scope>test</scope>
{quote}
This should be managed by the root pom