You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2022/10/20 09:01:00 UTC

[jira] [Assigned] (MDEP-831) Remove not used dependencies / Replace parts

     [ https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise reassigned MDEP-831:
----------------------------------------

    Assignee: Karl Heinz Marbaise

> 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: Karl Heinz Marbaise
>            Priority: Major
>             Fix For: 3.4.0
>
>
> 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)