blob: 0d3ca6264582b891312f50f0d3c7da1a4cd1259c (
plain)
1
2
3
4
5
6
|
dependencies {
compile group: 'org.pf4j', name: 'pf4j', version: "${pf4jVersion}"
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
testCompile group: 'junit', name: 'junit', version: '4.+'
}
|