Skip bad spring-rabbit version (#3829)
This commit is contained in:
parent
da55d98a87
commit
8c89420753
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue