From 3d02be6be58dfd60d388dd94a993600f986564ad Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 15 Mar 2024 10:04:57 -0500 Subject: [PATCH] [Build] Cleanup unused entries in version catalog --- gradle/libs.versions.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3c429963..65278c68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }