Skip problematic spring-rabbit muzzle (#3420)

This commit is contained in:
Anuraag Agrawal 2021-06-28 18:47:39 +09:00 committed by GitHub
parent d3856ad1d7
commit 52616dd87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ muzzle {
group.set("org.springframework.amqp")
module.set("spring-rabbit")
versions.set("(,)")
// Problematic release depending on snapshots
skip("2.1.1.RELEASE")
}
}