Conflicting commons-io versions were causing 'mvn compile' to fail.
This commit is contained in:
parent
0b93dcc491
commit
5e59c570b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue