17 lines
337 B
Groovy
17 lines
337 B
Groovy
apply from: "$rootDir/gradle/instrumentation.gradle"
|
|
|
|
muzzle {
|
|
pass {
|
|
group = "commons-httpclient"
|
|
module = "commons-httpclient"
|
|
versions = "[2.0,4.0)"
|
|
assertInverse = true
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
library "commons-httpclient:commons-httpclient:2.0"
|
|
|
|
latestDepTestLibrary "commons-httpclient:commons-httpclient:3.+"
|
|
}
|