Issue #201: Removed assertj from series gradle build file. (Fixes #201)
@@ -8,7 +8,6 @@ repositories {
dependencies {
testCompile "junit:junit:4.12"
- testCompile "org.assertj:assertj-core:3.2.0"
}
test {
testLogging {