Remove unused dependencies

This commit is contained in:
2020-03-21 13:22:45 +01:00
parent 7bccb28080
commit 8511356191
8 changed files with 0 additions and 45 deletions

View File

@@ -28,8 +28,6 @@ subprojects {
compileOnly(group: 'org.pf4j', name: 'pf4j', version: "3.2.0") {
exclude group: "org.slf4j"
}
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
testCompile group: 'junit', name: 'junit', version: '4.+'
}
jar {