Skip bad spring-rabbit version (#3829)

This commit is contained in:
Lauri Tulmin 2021-08-12 18:57:28 +03:00 committed by GitHub
parent da55d98a87
commit 8c89420753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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