Conflicting commons-io versions were causing 'mvn compile' to fail.

This commit is contained in:
Josh Mandel 2014-04-23 10:40:25 -07:00
parent 0b93dcc491
commit 5e59c570b5
1 changed files with 0 additions and 6 deletions

View File

@ -67,12 +67,6 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
<!-- Maven -->
<dependency>