I'm writing a CLI application, using the default template from IntelliJ IDEA.
I installed commons-io 2.8, by searching for commons-io in the "From Maven" box.
However, IntelliJ can't find it. For example, I was looking for CountingInputStream, which can be imported by:
import org.apache.commons.io.input.CountingInputStream
But the import fails at .io.
