2011/7/19 Paul Benedict <pbened...@apache.org> > As long as Commons IO is marked as a test dependency, I am okay with > it. I just don't want it to be a compile-time dependency for the main > source. >
And it is: http://svn.apache.org/repos/asf/commons/proper/lang/trunk/pom.xml <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.0.1</version> <scope>test</scope> </dependency> along with the other test deps... -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen