Github user neykov commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/970#issuecomment-149583962
The functionality is already provided in the JRE. There's a transitive
dependency on `xml-apis` coming from `domj4`, but it's web site says that:
`These dependencies are only required to compile and run unit tests for the
application:`. Its `pom.xml` seems to be incorrectly generated (from gradle) so
it includes it as a normal compile dependency.
I'd say remove the `xml-apis` dependency altogether and exclude it from the
`dom4j` dependency (which comes from `org.reflections` in `core`).
Couldn't figure out why the enforcer `DependencyConvergence` rule didn't
catch the version mismatch though.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---