Adjusted junit dependency to use only on scope test

This commit is contained in:
Luiz Henrique Feltes
2016-03-31 21:10:17 -03:00
parent 79e062355e
commit 074aae4609

View File

@@ -44,6 +44,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>