You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2019/12/08 19:43:00 UTC

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

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)