Really, even more than pom I’d like to limit the dependencies defined for a particular Configuration to be only “platforms” (DependencyHandler#enforcedPlatform
).
Is there a declarative way to do that? Or do I just need to look at all of the resolved dependencies and check the classifier?