[
https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated MDEP-831:
---------------------------------------
Priority: Minor (was: Major)
> Remove not used dependencies / Replace parts
> --------------------------------------------
>
> Key: MDEP-831
> URL: https://issues.apache.org/jira/browse/MDEP-831
> Project: Maven Dependency Plugin
> Issue Type: Improvement
> Affects Versions: 3.3.0
> Reporter: Karl Heinz Marbaise
> Assignee: Elliotte Rusty Harold
> Priority: Minor
> Fix For: version-next
>
>
> Currently the dependency is not used at all:
> {code:xml}
> <dependency>
> <groupId>commons-beanutils</groupId>
> <artifactId>commons-beanutils</artifactId>
> <version>1.9.4</version>
> </dependency>
> {code}
> The dependency is only used for a single method:
> {code:xml}
> <dependency>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-collections4</artifactId>
> <version>4.2</version>
> </dependency>
> {code}
> The dependency is only used for two methods of StringUtils.
> {code:xml}
> <dependency>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-lang3</artifactId>
> <version>3.12.0</version>
> </dependency>
> {code}
> The dependency is only used in tests for deleting a directory.
> {code:xml}
> <dependency>
> <groupId>commons-io</groupId>
> <artifactId>commons-io</artifactId>
> <version>2.11.0</version>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)