77
77
}
78
78
}
79
79
library(" AssertJ" , " ${ assertjVersion} " ) {
80
+ prohibit {
81
+ contains " -M"
82
+ contains " -RC"
83
+ because " we don't want milestones or release candidates"
84
+ }
80
85
group(" org.assertj" ) {
81
86
bom(" assertj-bom" )
82
87
}
@@ -329,6 +334,12 @@ bom {
329
334
}
330
335
}
331
336
library(" Elasticsearch Client" , " 8.17.4" ) {
337
+ prohibit {
338
+ contains " -alpha"
339
+ contains " -beta"
340
+ contains " -rc"
341
+ because " we don't want preview releases"
342
+ }
332
343
alignWith {
333
344
version {
334
345
from " org.springframework.data:spring-data-elasticsearch"
@@ -444,7 +455,7 @@ bom {
444
455
library(" GraphQL Java" , " 23.0" ) {
445
456
prohibit {
446
457
startsWith([" 2018-" , " 2019-" , " 2020-" , " 2021-" , " 230521-" ])
447
- because " These are snapshots that we don't want to see "
458
+ because " we don't want thses snapshots "
448
459
}
449
460
alignWith {
450
461
version {
@@ -607,6 +618,12 @@ bom {
607
618
}
608
619
}
609
620
library(" HttpAsyncClient" , " 4.1.5" ) {
621
+ prohibit {
622
+ contains " -alpha"
623
+ contains " -beta"
624
+ contains " -rc"
625
+ because " we don't want preview releases"
626
+ }
610
627
group(" org.apache.httpcomponents" ) {
611
628
modules = [
612
629
" httpasyncclient" {
@@ -616,6 +633,12 @@ bom {
616
633
}
617
634
}
618
635
library(" HttpClient5" , " 5.4.3" ) {
636
+ prohibit {
637
+ contains " -alpha"
638
+ contains " -beta"
639
+ contains " -rc"
640
+ because " we don't want preview releases"
641
+ }
619
642
group(" org.apache.httpcomponents.client5" ) {
620
643
modules = [
621
644
" httpclient5" ,
@@ -664,6 +687,10 @@ bom {
664
687
}
665
688
}
666
689
library(" Jackson Bom" , " ${ jacksonVersion} " ) {
690
+ prohibit {
691
+ contains " -rc"
692
+ because " we don't want release candidates"
693
+ }
667
694
group(" com.fasterxml.jackson" ) {
668
695
bom(" jackson-bom" )
669
696
}
0 commit comments