Skip to content

[MSHARED-848] Code Improvement in ReaderFactory to get rid of commons-io dependency #289

@jira-importer

Description

@jira-importer

Karl Heinz Marbaise opened MSHARED-848 and commented

Currently the dependency to:

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

is only needed within the class ReaderFactory which imports org.apache.commons.io.input.XmlStreamReader.

The question: Can that be replaced with something different? In consequence we could get rid of the dependency on commons-io.


Affects: maven-shared-utils-3.3.3

Issue Links:

Remote Links:

0 votes, 5 watchers

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