]
Brian Stansberry updated WFCORE-4678:
-------------------------------------
Comment: was deleted
(was: I took a shot at this (see
) but the
elytron module transformer tests fail (and perhaps others would too.) Not worth more
effort right now to sort it.)
Use a more recent version of guava
----------------------------------
Key: WFCORE-4678
URL:
https://issues.jboss.org/browse/WFCORE-4678
Project: WildFly Core
Issue Type: Component Upgrade
Components: Management, Test Suite
Reporter: Brian Stansberry
Priority: Minor
The model-test framework uses maven-resolver-provider which transitively pulls in a quite
old version of guava, which:
1) Is different from what full uses (although it's just a testsuite dep in core, so
not a big deal)
2) Gets flagged by vulnerability scanners, which is annoying for a test dep.
So see if managing this version in dependencyManagement to the same version used in full
works.