[
https://issues.apache.org/jira/browse/MSHARED-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17164777#comment-17164777
]
Herve Boutemy commented on MSHARED-848:
---------------------------------------
[~elharo] with the merged PR, do you consider this issue done or not?
then please update this issue accordingly: close or change fix version
> 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
> Priority: Minor
> 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)