Add fail block for servlet 2

This commit is contained in:
Qiyang Huang 2018-09-19 18:47:41 -04:00 committed by Gary
parent c7eb667c0e
commit a0170dbc69
No known key found for this signature in database
GPG Key ID: 0CB168EE6C6844B7
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ muzzle {
versions = "[3.0,)" versions = "[3.0,)"
assertInverse = true assertInverse = true
} }
fail {
group = "javax.servlet"
module = 'servlet-api'
versions = "(,)"
}
} }
apply from: "${rootDir}/gradle/java.gradle" apply from: "${rootDir}/gradle/java.gradle"