Karl Heinz Marbaise created MSHARED-848:
-------------------------------------------
Summary: Code Improvement in ReaderFactory to get rid of
commons-io dependency
Key: MSHARED-848
URL: https://issues.apache.org/jira/browse/MSHARED-848
Project: Maven Shared Components
Issue Type: Improvement
Components: maven-shared-utils
Affects Versions: maven-shared-utils-3.3.0
Reporter: Karl Heinz Marbaise
Fix For: maven-shared-utils-3.3.0
Currently the dependency to:
{code:xml}
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
{code}
is only needed within the class {{ReaderFactory}} which imports
{{org.apache.commons.io.input.XmlStreamReader}}.
The question: Can that being replace with something different. In consequence
we could get rid of the dependency to {{commons-io}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)