Skip to content

Commit 2b5d8a4

Browse files
committed
Revert "Upgrade to Jakarta Annotation 3.0.0"
This reverts commit 43c80db and adds a prohibit upgrade rule.
1 parent 96c312c commit 2b5d8a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,11 @@ bom {
671671
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
672672
}
673673
}
674-
library("Jakarta Annotation", "3.0.0") {
674+
library("Jakarta Annotation", "2.1.1") {
675+
prohibit {
676+
versionRange "[3.0.0,4.0.0]"
677+
because "it's part of Jakarta EE 11"
678+
}
675679
group("jakarta.annotation") {
676680
modules = [
677681
"jakarta.annotation-api"

0 commit comments

Comments
 (0)