Fix versions range

This commit is contained in:
Gary Huang 2018-09-10 02:55:26 -04:00 committed by Gary
parent c7e8755492
commit 80b4a9790c
No known key found for this signature in database
GPG Key ID: 0CB168EE6C6844B7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ muzzle {
pass { pass {
group = "javax.servlet" group = "javax.servlet"
module = "servlet-api" module = "servlet-api"
versions = "[2.3,)" versions = "[2.3, 2.5]"
assertInverse = true assertInverse = true
} }
} }