]
Tomaz Cerar reassigned WFLY-1749:
---------------------------------
Assignee: Tomaz Cerar (was: Paul Gier)
Switch from commons-beanutils to commons-beanutils-core
-------------------------------------------------------
Key: WFLY-1749
URL:
https://issues.jboss.org/browse/WFLY-1749
Project: WildFly
Issue Type: Bug
Components: Build System
Affects Versions: 8.0.0.Alpha3
Reporter: David Walluck
Assignee: Tomaz Cerar
Priority: Minor
The commons-beanutils jar includes classes from commons-collections which are not shaded,
and should not be used, in any case.
The dependency can be switched from commons-beanutils:commons-beanutils to
commons-beanutils:commons-beanutils-core which does not contain the classes.
Any module that actually needs the commons-collections classes should ensure that
org.apache.commons.collections is also included as an import.