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
Karl Heinz Marbaise opened MSHARED-848 and commented
Currently the dependency to:
is only needed within the class
ReaderFactorywhich importsorg.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