Merge branch '2.5.x' into 2.6.x

This commit is contained in:
Stephane Nicoll 2022-02-16 14:32:30 +01:00
commit 4fe0fb8913
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ bom {
}
}
library("AspectJ", "1.9.7") {
prohibit("[1.9.8.M1,)") {
because "it requires Java 11"
}
group("org.aspectj") {
modules = [
"aspectjrt",