We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c312c commit 2b5d8a4Copy full SHA for 2b5d8a4
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -671,7 +671,11 @@ bom {
671
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
672
}
673
674
- library("Jakarta Annotation", "3.0.0") {
+ 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
+ }
679
group("jakarta.annotation") {
680
modules = [
681
"jakarta.annotation-api"
0 commit comments