Slackbot
10/17/2022, 11:23 PMno
10/25/2022, 7:14 AMBrian Stewart
10/25/2022, 5:33 PMtomcatShared
configuration, and also they are not really “conflicting” with mutually exclusive dependencies in the other configurations.
I think what I need is a way to get the declared dependencies of a configuration, plus their transitive dependencies.
Another way to think of the problem:
• cloud
extends tomcatShared
• tomcatShared
extends runtimeOnly
• Need resolved versions aligned across all of them (thus the extensions)
• Finally, need to exclude all tomcatShared
deps + transitive deps from the cloudWar
(since those get provided as shared Tomcat libs at runtime, not bundled into the war file)
Is there a way to get only the declared dependencies plus their transitives, for a configuration? Not including the base runtimeOnly
dependencies?
Another way to think of the problem is: configurationno
10/25/2022, 5:34 PMBrian Stewart
10/25/2022, 5:38 PMBrian Stewart
10/25/2022, 5:42 PM