Skip to content

Commit

Permalink
Fix junit library as a test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
itohro committed Mar 30, 2016
1 parent 8240364 commit 9326499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -26,7 +26,7 @@ dependencies {
compile 'org.eclipse.collections:eclipse-collections-api:7.0.0'
compile 'org.eclipse.collections:eclipse-collections:7.0.0'
testCompile 'org.eclipse.collections:eclipse-collections-testutils:7.0.0'
compile 'junit:junit:4.12'
testCompile 'junit:junit:4.12'
}

mainClassName = "org.eclipse.collections.tools.Converter"
Expand Down

0 comments on commit 9326499

Please sign in to comment.