File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -705,13 +705,21 @@ bom {
705
705
}
706
706
}
707
707
library(" Jakarta Persistence" , " 3.1.0" ) {
708
+ prohibit {
709
+ versionRange " [3.2.0,3.2.0]"
710
+ because " it's part of Jakarta EE 11"
711
+ }
708
712
group(" jakarta.persistence" ) {
709
713
modules = [
710
714
" jakarta.persistence-api"
711
715
]
712
716
}
713
717
}
714
718
library(" Jakarta Servlet" , " 6.0.0" ) {
719
+ prohibit {
720
+ versionRange " [6.1.0,6.1.0]"
721
+ because " it's part of Jakarta EE 11"
722
+ }
715
723
group(" jakarta.servlet" ) {
716
724
modules = [
717
725
" jakarta.servlet-api"
@@ -733,13 +741,21 @@ bom {
733
741
}
734
742
}
735
743
library(" Jakarta Validation" , " 3.0.2" ) {
744
+ prohibit {
745
+ versionRange " [3.1.0,3.1.0]"
746
+ because " it's part of Jakarta EE 11"
747
+ }
736
748
group(" jakarta.validation" ) {
737
749
modules = [
738
750
" jakarta.validation-api"
739
751
]
740
752
}
741
753
}
742
754
library(" Jakarta WebSocket" , " 2.1.1" ) {
755
+ prohibit {
756
+ versionRange " [2.2.0,2.2.0]"
757
+ because " it's part of Jakarta EE 11"
758
+ }
743
759
group(" jakarta.websocket" ) {
744
760
modules = [
745
761
" jakarta.websocket-api" ,
You can’t perform that action at this time.
0 commit comments