Is there a way to list any dependencies that are being pulled in transitively that really should be marked as compile? I'd like to isolate any dependencies that I may be missing from the compile scope. Additionally, is there a way to identify dependencies that are listed as compile that aren't required?
- finding dependencies that should be marked as compile Jamie Johnson