@@ -390,6 +390,9 @@ bom {
390
390
}
391
391
}
392
392
library(" Glassfish JSTL" , " 1.2.6" ) {
393
+ prohibit(" [2.0.0-M1,)" ) {
394
+ because " it uses the jakarta.* namespace"
395
+ }
393
396
group(" org.glassfish.web" ) {
394
397
modules = [
395
398
" jakarta.servlet.jsp.jstl"
@@ -1277,6 +1280,9 @@ bom {
1277
1280
}
1278
1281
}
1279
1282
library(" Micrometer" , " 1.9.0-M4" ) {
1283
+ prohibit(" [2.0.0-M1,)" ) {
1284
+ because " we upgrade in Spring Boot 3.x"
1285
+ }
1280
1286
group(" io.micrometer" ) {
1281
1287
modules = [
1282
1288
" micrometer-registry-stackdriver" {
@@ -1663,6 +1669,9 @@ bom {
1663
1669
}
1664
1670
}
1665
1671
library(" Spring AMQP" , " 2.4.3" ) {
1672
+ prohibit(" [3.0.0-M1,)" ) {
1673
+ because " it uses Spring Framework 6"
1674
+ }
1666
1675
group(" org.springframework.amqp" ) {
1667
1676
modules = [
1668
1677
" spring-amqp" ,
@@ -1674,6 +1683,9 @@ bom {
1674
1683
}
1675
1684
}
1676
1685
library(" Spring Batch" , " 4.3.5" ) {
1686
+ prohibit(" [5.0.0-M1,)" ) {
1687
+ because " it uses Spring Framework 6"
1688
+ }
1677
1689
group(" org.springframework.batch" ) {
1678
1690
modules = [
1679
1691
" spring-batch-core" ,
@@ -1684,13 +1696,19 @@ bom {
1684
1696
}
1685
1697
}
1686
1698
library(" Spring Data Bom" , " 2021.2.0-M4" ) {
1699
+ prohibit(" [2022.0.0-M1,)" ) {
1700
+ because " it uses Spring Framework 6"
1701
+ }
1687
1702
group(" org.springframework.data" ) {
1688
1703
imports = [
1689
1704
" spring-data-bom"
1690
1705
]
1691
1706
}
1692
1707
}
1693
1708
library(" Spring Framework" , " 5.3.17" ) {
1709
+ prohibit(" [6.0.0-M1,)" ) {
1710
+ because " we upgrade in Spring Boot 3.x"
1711
+ }
1694
1712
group(" org.springframework" ) {
1695
1713
imports = [
1696
1714
" spring-framework-bom"
@@ -1706,20 +1724,29 @@ bom {
1706
1724
}
1707
1725
}
1708
1726
library(" Spring HATEOAS" , " 1.5.0-M2" ) {
1727
+ prohibit(" [2.0.0-M1,)" ) {
1728
+ because " it uses Spring Framework 6"
1729
+ }
1709
1730
group(" org.springframework.hateoas" ) {
1710
1731
modules = [
1711
1732
" spring-hateoas"
1712
1733
]
1713
1734
}
1714
1735
}
1715
1736
library(" Spring Integration" , " 5.5.10" ) {
1737
+ prohibit(" [6.0.0-M1,)" ) {
1738
+ because " it uses Spring Framework 6"
1739
+ }
1716
1740
group(" org.springframework.integration" ) {
1717
1741
imports = [
1718
1742
" spring-integration-bom"
1719
1743
]
1720
1744
}
1721
1745
}
1722
1746
library(" Spring Kafka" , " 2.8.4" ) {
1747
+ prohibit(" [3.0.0-M1,)" ) {
1748
+ because " it uses Spring Framework 6"
1749
+ }
1723
1750
group(" org.springframework.kafka" ) {
1724
1751
modules = [
1725
1752
" spring-kafka" ,
@@ -1728,6 +1755,9 @@ bom {
1728
1755
}
1729
1756
}
1730
1757
library(" Spring LDAP" , " 2.4.0-M2" ) {
1758
+ prohibit(" [3.0.0-M1,)" ) {
1759
+ because " it uses Spring Framework 6"
1760
+ }
1731
1761
group(" org.springframework.ldap" ) {
1732
1762
modules = [
1733
1763
" spring-ldap-core" ,
@@ -1740,6 +1770,9 @@ bom {
1740
1770
}
1741
1771
}
1742
1772
library(" Spring RESTDocs" , " 2.0.6.RELEASE" ) {
1773
+ prohibit(" [3.0.0-M1,)" ) {
1774
+ because " it uses Spring Framework 6"
1775
+ }
1743
1776
group(" org.springframework.restdocs" ) {
1744
1777
modules = [
1745
1778
" spring-restdocs-asciidoctor" ,
@@ -1758,20 +1791,29 @@ bom {
1758
1791
}
1759
1792
}
1760
1793
library(" Spring Security" , " 5.7.0-M3" ) {
1794
+ prohibit(" [6.0.0-M1,)" ) {
1795
+ because " it uses Spring Framework 6"
1796
+ }
1761
1797
group(" org.springframework.security" ) {
1762
1798
imports = [
1763
1799
" spring-security-bom"
1764
1800
]
1765
1801
}
1766
1802
}
1767
1803
library(" Spring Session Bom" , " 2021.2.0-M1" ) {
1804
+ prohibit(" [2022.0.0-M1,)" ) {
1805
+ because " it uses Spring Framework 6"
1806
+ }
1768
1807
group(" org.springframework.session" ) {
1769
1808
imports = [
1770
1809
" spring-session-bom"
1771
1810
]
1772
1811
}
1773
1812
}
1774
1813
library(" Spring WS" , " 3.1.3" ) {
1814
+ prohibit(" [4.0.0-M1,)" ) {
1815
+ because " it uses Spring Framework 6"
1816
+ }
1775
1817
group(" org.springframework.ws" ) {
1776
1818
modules = [
1777
1819
" spring-ws-core" ,
0 commit comments