File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1014,14 +1014,14 @@ bom {
1014
1014
releaseNotes(" https://github.com/eclipse-ee4j/jersey/releases/tag/{version}" )
1015
1015
}
1016
1016
}
1017
- library(" Jetty Reactive HTTPClient" , " 4.0.9" ) {
1017
+ library(" Jetty Reactive HTTPClient" , project . getProperties() . get( " jetty.reactive.httpclient.version " , " 4.0.9" ) ) {
1018
1018
group(" org.eclipse.jetty" ) {
1019
1019
modules = [
1020
1020
" jetty-reactive-httpclient"
1021
1021
]
1022
1022
}
1023
1023
}
1024
- library(" Jetty" , " 12.0.16" ) {
1024
+ library(" Jetty" , project . getProperties() . get( " jetty.version " , " 12.0.16" ) ) {
1025
1025
prohibit {
1026
1026
contains " .alpha"
1027
1027
because " we don't want alpha dependencies"
@@ -1037,7 +1037,7 @@ bom {
1037
1037
]
1038
1038
}
1039
1039
links {
1040
- site(" https://eclipse.dev/jetty " )
1040
+ site(" https://jetty.org/ " )
1041
1041
javadoc(version -> " https://javadoc.jetty.org/jetty-%s" . formatted(version. major()), " org.eclipse.jetty" )
1042
1042
releaseNotes(" https://github.com/jetty/jetty.project/releases/tag/jetty-{version}" )
1043
1043
}
You can’t perform that action at this time.
0 commit comments