[ https://issues.apache.org/jira/browse/MENFORCER-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Elliotte Rusty Harold reassigned MENFORCER-511: ----------------------------------------------- Assignee: Elliotte Rusty Harold > RequireUpperBoundDeps: ExcludedScopes does not work > --------------------------------------------------- > > Key: MENFORCER-511 > URL: https://issues.apache.org/jira/browse/MENFORCER-511 > Project: Maven Enforcer Plugin > Issue Type: Bug > Components: requireUpperBoundDeps > Reporter: Niklas Matthies > Assignee: Elliotte Rusty Harold > Priority: Trivial > Labels: up-for-grabs > Fix For: next-release > > > The ExcludedScopes parameter does not work as described in > https://maven.apache.org/enforcer/enforcer-rules/requireUpperBoundDeps.html. > The following exception occurs when trying to use it in a POM: > {code} > org.codehaus.plexus.component.configurator.ComponentConfigurationException: > Cannot find 'excludedScopes' in class > org.apache.maven.plugins.enforcer.RequireUpperBoundDeps > {code} > I suspect this is because the RequireUpperBoundDeps class has no > setExcludedScopes() method. Cf. the commit where the feature was supposedly > added: > https://github.com/apache/maven-enforcer/commit/78488535e0cfc37e26707c12d944ff8437b94fc4 -- This message was sent by Atlassian Jira (v8.20.10#820010)