On 2026-08-01, Stefan Bodewig wrote: > The part where I don't understand Ivy is: Initially I didn't specify any > settingsId and Ivy resolved ivy.xml. After that the ResolveReport > contained AntUnit, which is a test dependency, even though I said > conf="default".
I think I've found it, IvyNode#getRootModuleConfigurations seems to provide what I need. In fact my current mechanism is too simplistic anyway, I need to have a mapping of Ivy configurations to SBOM component scopes (required and optional) and for marking things as external. Still I haven't figured out what isEvicted means and whether it is relevant to the SBOM creation :-) Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
