zeroturnaround / zt-exec

ZeroTurnaround Process Executor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on commons IO?

ketan opened this issue · comments

There appear to be 2 (rather simple) classes from commons-io that are used by zt-exec.

This seems to pull down an entire library (and an older version of it). Would there be interest in a PR that includes a simple implementation of TeeOutputStream and NullOutputStream as part of zt-exec and remove the dependency on commons-io altogether?

Thank you, merged.