[Build] Cleanup unused entries in version catalog
This commit is contained in:
@@ -50,14 +50,12 @@ protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "p
|
||||
pulsar-client-all = { module = "org.apache.pulsar:pulsar-client-all", version.ref = "pulsar" }
|
||||
pulsar-client-reactive-adapter = { module = "org.apache.pulsar:pulsar-client-reactive-adapter", version.ref = "pulsar-reactive" }
|
||||
pulsar-client-reactive-producer-cache-caffeine-shaded = { module = "org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine-shaded", version.ref = "pulsar-reactive" }
|
||||
pulsar-functions-api = { module = "org.apache.pulsar:pulsar-functions-api", version.ref = "pulsar" }
|
||||
reactor-bom = { module = "io.projectreactor:reactor-bom", version.ref = "reactor" }
|
||||
spring-bom = { module = "org.springframework:spring-framework-bom", version.ref = "spring" }
|
||||
spring-retry = { module = "org.springframework.retry:spring-retry", version.ref = "spring-retry" }
|
||||
# Testing libs
|
||||
assertj-bom = { module = "org.assertj:assertj-bom", version.ref = "assertj" }
|
||||
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" }
|
||||
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
|
||||
json-path = { module = "com.jayway.jsonpath:json-path", version.ref = "json-path" }
|
||||
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
|
||||
mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "mockito" }
|
||||
@@ -66,17 +64,14 @@ spring-boot-starter-pulsar = { module = "org.springframework.boot:spring-boot-st
|
||||
spring-boot-starter-pulsar-reactive = { module = "org.springframework.boot:spring-boot-starter-pulsar-reactive", version.ref = "spring-boot" }
|
||||
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot" }
|
||||
spring-boot-testcontainers = { module = "org.springframework.boot:spring-boot-testcontainers", version.ref = "spring-boot" }
|
||||
spring-test = { module = "org.springframework:spring-test", version.ref = "spring" }
|
||||
system-lambda = { module = "com.github.stefanbirkner:system-lambda", version.ref = "system-lambda" }
|
||||
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version.ref = "testcontainers" }
|
||||
testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
|
||||
|
||||
[plugins]
|
||||
antora = { id = "org.antora", version.ref = "antora" }
|
||||
antora-yml = { id = "io.spring.antora.generate-antora-yml", version.ref = "antora-yml" }
|
||||
download = { id = "de.undercouch.download", version.ref = "download" }
|
||||
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
|
||||
nohttp = { id = "io.spring.nohttp", version.ref = "nohttp" }
|
||||
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|
||||
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
|
||||
spring-dep-mgmt = { id = "io.spring.dependency-management", version.ref = "spring-dep-mgmt" }
|
||||
|
||||
Reference in New Issue
Block a user