]
Kabir Khan updated WFLY-1671:
-----------------------------
Fix Version/s: 9.0.0.Final
org.apache.commons.configuration missing dependency on
org.apache.commons.beanutils
-----------------------------------------------------------------------------------
Key: WFLY-1671
URL:
https://issues.jboss.org/browse/WFLY-1671
Project: WildFly
Issue Type: Bug
Components: Build System
Affects Versions: 8.0.0.Alpha2
Reporter: James Livingston
Assignee: Paul Gier
Fix For: 9.0.0.Final
Apache commons configuration uses commons bean-utils in a few places, but the module.xml
does not declare a dependency on it.
The POM
(
http://search.maven.org/#artifactdetails|commons-configuration|commons-co...)
also suggests that digesters is also a dependency, but I haven't seen any issues from
that being missing.