mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to Pulsar 4.1.0
Closes gh-47170
This commit is contained in:
@@ -179,12 +179,8 @@ dependencies {
|
||||
implementation("org.springframework.graphql:spring-graphql-test")
|
||||
implementation("org.springframework.kafka:spring-kafka")
|
||||
implementation("org.springframework.kafka:spring-kafka-test")
|
||||
implementation("org.springframework.pulsar:spring-pulsar") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
implementation("org.springframework.pulsar:spring-pulsar-reactive") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
implementation("org.springframework.pulsar:spring-pulsar")
|
||||
implementation("org.springframework.pulsar:spring-pulsar-reactive")
|
||||
implementation("org.springframework.restdocs:spring-restdocs-mockmvc")
|
||||
implementation("org.springframework.restdocs:spring-restdocs-restassured")
|
||||
implementation("org.springframework.restdocs:spring-restdocs-webtestclient")
|
||||
|
||||
@@ -27,16 +27,12 @@ description = "Spring Boot Pulsar"
|
||||
|
||||
dependencies {
|
||||
api(project(":module:spring-boot-tx"))
|
||||
api("org.springframework.pulsar:spring-pulsar") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
api("org.springframework.pulsar:spring-pulsar")
|
||||
|
||||
optional(project(":core:spring-boot-autoconfigure"))
|
||||
optional(project(":core:spring-boot-docker-compose"))
|
||||
optional(project(":core:spring-boot-testcontainers"))
|
||||
optional("org.springframework.pulsar:spring-pulsar-reactive") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.springframework.pulsar:spring-pulsar-reactive")
|
||||
optional("org.testcontainers:pulsar")
|
||||
|
||||
dockerTestImplementation(project(":core:spring-boot-test"))
|
||||
|
||||
@@ -1771,7 +1771,7 @@ bom {
|
||||
releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}")
|
||||
}
|
||||
}
|
||||
library("Pulsar", "4.0.6") {
|
||||
library("Pulsar", "4.1.0") {
|
||||
group("org.apache.pulsar") {
|
||||
bom("pulsar-bom") {
|
||||
permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
|
||||
|
||||
@@ -25,9 +25,7 @@ dependencies {
|
||||
|
||||
api(project(":module:spring-boot-pulsar"))
|
||||
api(project(":module:spring-boot-reactor"))
|
||||
api("org.springframework.pulsar:spring-pulsar-reactive") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
api("org.springframework.pulsar:spring-pulsar-reactive")
|
||||
}
|
||||
|
||||
checkRuntimeClasspathForConflicts {
|
||||
|
||||
Reference in New Issue
Block a user