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

2022-12-03 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642908#comment-17642908
 ] 

Hudson commented on MDEP-831:
-

Build succeeded in Jenkins: Maven » Maven TLP » maven-dependency-plugin » 
master #71

See 
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/master/71/

> 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}
> 
>  commons-beanutils
>  commons-beanutils
>  1.9.4
>  
> {code}
> The dependency is only used for a single method:
> {code:xml}
> 
>  org.apache.commons
>  commons-collections4
>  4.2
>  
> {code}
> The dependency is only used for two methods of StringUtils.
> {code:xml}
> 
> org.apache.commons
> commons-lang3
> 3.12.0
>  
> {code}
> The dependency is only used in tests for deleting a directory. 
> {code:xml}
> 
>   commons-io
>   commons-io
>   2.11.0
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2022-12-03 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642907#comment-17642907
 ] 

Elliotte Rusty Harold commented on MDEP-831:


commons-lang3 is now removed, as is beanutils so I'm going to close this. 
commons-collections still needs to go but there's a separate bug for that. 

> 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}
> 
>  commons-beanutils
>  commons-beanutils
>  1.9.4
>  
> {code}
> The dependency is only used for a single method:
> {code:xml}
> 
>  org.apache.commons
>  commons-collections4
>  4.2
>  
> {code}
> The dependency is only used for two methods of StringUtils.
> {code:xml}
> 
> org.apache.commons
> commons-lang3
> 3.12.0
>  
> {code}
> The dependency is only used in tests for deleting a directory. 
> {code:xml}
> 
>   commons-io
>   commons-io
>   2.11.0
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2022-12-03 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642841#comment-17642841
 ] 

Elliotte Rusty Harold commented on MDEP-831:


commons-collections4 covered in MDEP-832

> 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: Major
> Fix For: version-next
>
>
> Currently the dependency is not used at all:
> {code:xml}
> 
>  commons-beanutils
>  commons-beanutils
>  1.9.4
>  
> {code}
> The dependency is only used for a single method:
> {code:xml}
> 
>  org.apache.commons
>  commons-collections4
>  4.2
>  
> {code}
> The dependency is only used for two methods of StringUtils.
> {code:xml}
> 
> org.apache.commons
> commons-lang3
> 3.12.0
>  
> {code}
> The dependency is only used in tests for deleting a directory. 
> {code:xml}
> 
>   commons-io
>   commons-io
>   2.11.0
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2022-11-27 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17639719#comment-17639719
 ] 

Elliotte Rusty Harold commented on MDEP-831:


./src/main/java/org/apache/maven/plugins/dependency/DisplayAncestorsMojo.java:import
 org.apache.commons.lang3.StringUtils;
./src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependencySourcesMojo.java:import
 org.apache.commons.lang3.StringUtils;
./src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java:import
 org.apache.commons.lang3.StringUtils;


> 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: Major
> Fix For: version-next
>
>
> Currently the dependency is not used at all:
> {code:xml}
> 
>  commons-beanutils
>  commons-beanutils
>  1.9.4
>  
> {code}
> The dependency is only used for a single method:
> {code:xml}
> 
>  org.apache.commons
>  commons-collections4
>  4.2
>  
> {code}
> The dependency is only used for two methods of StringUtils.
> {code:xml}
> 
> org.apache.commons
> commons-lang3
> 3.12.0
>  
> {code}
> The dependency is only used in tests for deleting a directory. 
> {code:xml}
> 
>   commons-io
>   commons-io
>   2.11.0
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)