Skip to content

Commit deeea6f

Browse files
#948 - Removed duplicate junit dependency
1 parent 50224ab commit deeea6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

marklogic-development-tools/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies {
2828
compile ('org.jetbrains.kotlin:kotlin-stdlib-jdk8')
2929
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.3')
3030
testCompileOnly gradleTestKit()
31-
testCompile group: 'junit', name: 'junit', version: '4.12'
3231
}
3332

3433
task pluginJar(type: Jar) {

0 commit comments

Comments
 (0)