Browse Source

Remove outdated release notes link for Jakarta WS RS

Closes gh-46530
pull/46604/head
Stéphane Nicoll 6 months ago
parent
commit
140ace1659
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

1
spring-boot-project/spring-boot-dependencies/build.gradle

@ -862,7 +862,6 @@ bom { @@ -862,7 +862,6 @@ bom {
]
}
links {
releaseNotes("https://github.com/jakartaee/rest/releases/tag/{version}")
javadoc(version -> "https://jakarta.ee/specifications/restful-ws/%s.%s/apidocs"
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
}

Loading…
Cancel
Save