Remove version scan from JMS Instrumentation

This commit is contained in:
Gary Huang 2018-09-07 19:56:17 -04:00
parent 0f3e119ae5
commit 6bc6bcdec9
No known key found for this signature in database
GPG Key ID: 225B4CE0235DF2D1
1 changed files with 0 additions and 13 deletions

View File

@ -1,16 +1,3 @@
apply plugin: 'version-scan'
versionScan {
group = "javax.jms"
module = "jms-api"
versions = "(,2]"
legacyModule = "javax.jms-api"
verifyMissing = [
"javax.jms.JMSContext",
"javax.jms.CompletionListener",
]
}
muzzle {
pass {
group = "javax.jms"