Build against Spring Integration 5.3.0.M1 snapshots
See gh-19650
This commit is contained in:
parent
18ccbf031a
commit
7595336184
|
@ -36,7 +36,7 @@ class IntegrationGraphEndpointWebIntegrationTests {
|
||||||
void graph(WebTestClient client) {
|
void graph(WebTestClient client) {
|
||||||
client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus()
|
client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus()
|
||||||
.isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty()
|
.isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty()
|
||||||
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.1f)
|
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.2f)
|
||||||
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
|
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1684,7 +1684,7 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library('Spring Integration', '5.2.2.RELEASE') {
|
library('Spring Integration', '5.3.0.BUILD-SNAPSHOT') {
|
||||||
group('org.springframework.integration') {
|
group('org.springframework.integration') {
|
||||||
modules = [
|
modules = [
|
||||||
'spring-integration-http' {
|
'spring-integration-http' {
|
||||||
|
|
Loading…
Reference in New Issue