You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/07/20 13:22:00 UTC

[jira] [Commented] (MSHARED-848) Code Improvement in ReaderFactory to get rid of commons-io dependency

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

Hudson commented on MSHARED-848:
--------------------------------

Build succeeded in Jenkins: Maven TLP » maven-shared-utils » master #92

See https://builds.apache.org/job/maven-box/job/maven-shared-utils/job/master/92/

> 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)