[ https://issues.apache.org/jira/browse/MDEP-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758525#comment-17758525 ]
Eric Lilja commented on MDEP-832: --------------------------------- The commit removes a usage of commons-collections-4, but the pom edit removes removes commons-lang3 rather than commons-collections-4 > Remove commons-collections-4 > ---------------------------- > > Key: MDEP-832 > URL: https://issues.apache.org/jira/browse/MDEP-832 > Project: Maven Dependency Plugin > Issue Type: Improvement > Affects Versions: 3.3.0 > Reporter: Karl Heinz Marbaise > Assignee: Karl Heinz Marbaise > Priority: Minor > Fix For: next-release > > > Remove the dependency: > {code:xml} > <dependency> > <groupId>org.apache.commons</groupId> > <artifactId>commons-collections4</artifactId> > <version>4.2</version> > </dependency> > {code} > which is used only for a single method. -- This message was sent by Atlassian Jira (v8.20.10#820010)