Revert "Upgrade to Jakarta Annotation 3.0.0"
This reverts commit 43c80db4f6
and adds a prohibit upgrade rule.
This commit is contained in:
@@ -671,7 +671,11 @@ bom {
|
||||
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
|
||||
}
|
||||
}
|
||||
library("Jakarta Annotation", "3.0.0") {
|
||||
library("Jakarta Annotation", "2.1.1") {
|
||||
prohibit {
|
||||
versionRange "[3.0.0,4.0.0]"
|
||||
because "it's part of Jakarta EE 11"
|
||||
}
|
||||
group("jakarta.annotation") {
|
||||
modules = [
|
||||
"jakarta.annotation-api"
|
||||
|
||||
Reference in New Issue
Block a user