Skip to content

Commit

Permalink
revert as the suggested name is not value
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Oct 17, 2024
1 parent 76aa1fe commit affd6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation(project(":common"))
implementation(libs.slf4j.api)
implementation(libs.slf4j.simple)
implementation(libs.commons.cli.19)
implementation(libs.commons.cli.new)

testImplementation(libs.junit.jupiter.api)
testImplementation(libs.junit.jupiter.params)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ shadow-plugin = "8.1.1"
kerby = "2.0.3"
node-plugin = "7.0.1"
commons-cli = "1.2"
commons-cli-19 = "1.9.0"
commons-cli-new = "1.9.0"
sun-activation-version = "1.2.0"
error-prone = "3.1.0"
woodstox-core = "5.3.0"
Expand Down Expand Up @@ -211,7 +211,7 @@ postgresql-driver = { group = "org.postgresql", name = "postgresql", version.ref
minikdc = { group = "org.apache.hadoop", name = "hadoop-minikdc", version.ref = "hadoop-minikdc"}
immutables-value = { module = "org.immutables:value", version.ref = "immutables-value" }
commons-cli = { group = "commons-cli", name = "commons-cli", version.ref = "commons-cli" }
commons-cli-19 = { group = "commons-cli", name = "commons-cli", version.ref = "commons-cli-19" }
commons-cli-new = { group = "commons-cli", name = "commons-cli", version.ref = "commons-cli-new" }
sun-activation = { group = "com.sun.activation", name = "javax.activation", version.ref = "sun-activation-version" }
kafka-clients = { group = "org.apache.kafka", name = "kafka-clients", version.ref = "kafka" }
kafka = { group = "org.apache.kafka", name = "kafka_2.12", version.ref = "kafka" }
Expand Down

0 comments on commit affd6ad

Please sign in to comment.