Skip muzzle for broken spring-web versions (#7435)

This commit is contained in:
Lauri Tulmin 2022-12-16 00:02:22 +02:00 committed by GitHub
parent fd027f1b9a
commit 7b87423571
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")
module.set("spring-web")
versions.set("[6.0.0,)")
// these versions depend on javax.faces:jsf-api:1.1 which was released as pom only
skip("1.2.1", "1.2.2", "1.2.3", "1.2.4")
assertInverse.set(true)
}
}