in src/main/java/org/apache/sling/maven/enforcer/RequireProvidedDependenciesInRuntimeClasspath.java [213:220]
public DependencySelector deriveChildSelector(DependencyCollectionContext context) {
if (currentLevel < targetLevel) {
return new LevelAndScopeExclusionSelector(targetLevel, targetScope, currentLevel+1);
} else {
// org.eclipse.aether:aether-util:jar:0.9.0.M2 used at runtime doesn't yet support null for no restrictions
return ALL_SELECTOR;
}
}