Skip to content

[MDEP-831] Remove not used dependencies / Replace parts #1338

@jira-importer

Description

@jira-importer

Karl Heinz Marbaise opened MDEP-831 and commented

Currently the dependency is not used at all:

<dependency>
     <groupId>commons-beanutils</groupId>
     <artifactId>commons-beanutils</artifactId>
     <version>1.9.4</version>
 </dependency>

The dependency is only used for a single method:

<dependency>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-collections4</artifactId>
     <version>4.2</version>
 </dependency>

The dependency is only used for two methods of StringUtils.

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.12.0</version>
 </dependency>

The dependency is only used in tests for deleting a directory.

<dependency>
  <groupId>commons-io</groupId>
  <artifactId>commons-io</artifactId>
  <version>2.11.0</version>
</dependency>

Affects: 3.3.0

Remote Links:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is present

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions