I’d like to be able to access information about the classifiers of a dependency’s artifacts while walking the dependency graph obtained from configuration.incoming.resolutionResult.root
. The API that is available while walking the graph doesn’t appear to make the classifier available. I’m wondering if I’ve missed something.
I’d like to be able to access the classifier so that I can differentiate between nodes in the graph when the classifier is the only difference. A concrete example can be found here. There are two dependencies on org.apache.avro:avro-mapred
in the graph – one with classifier hadoop1
and one with classifier hadoop2
. Without access to the classifier, these two dependencies appear to be identical when, in fact, they are not.