Upgrade to Jakarta Annotation 3.0.0

Closes gh-45484
This commit is contained in:
Stéphane Nicoll
2025-05-07 12:11:48 -07:00
committed by Phillip Webb
parent f1629ceba3
commit 4b74619f47

View File

@@ -703,11 +703,7 @@ bom {
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
}
}
library("Jakarta Annotation", "2.1.1") {
prohibit {
versionRange "[3.0.0-M1,)"
because "it exceeds our Jakarta EE 10 baseline"
}
library("Jakarta Annotation", "3.0.0") {
group("jakarta.annotation") {
modules = [
"jakarta.annotation-api"