gitgabrio commented on PR #6886:
URL: https://github.com/apache/incubator-kie/pull/6886#issuecomment-5282198520
@AnnJoy23
If I may suggest, the way to check actual dependencies on a maven project is:
`mvn dependency:tree -Dverbose {eventual_flags} {-Dincludes}`
1. the `dependency:tree` shows all the inheritance tree
2. `verbose` is used to also show dependencies/versions that have been
omitted for some reason
3. the `{eventual_flags} `, i.e. the flags actually used at build time, are
needed because some dependency could be bring in by profiles or some other
reason
4. `includes` it is useful to reduce the scope of the tree
In this case, one thing to be aware is the potential mix of different
jackson libraries (e.g.)
M2C
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]