Skip to content

Commit

Permalink
Merge pull request #508 from rundeck/cleanup/rm-toolbelt
Browse files Browse the repository at this point in the history
Cleanup: remove toolbelt refs and older version props
  • Loading branch information
gschueler authored Jun 30, 2023
2 parents 5df67a9 + a9f9e44 commit e9d08c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
toolbeltVersion=0.2.29
lombokVersion=1.18.24
retrofitVersion=2.9.0
okhttpVersion=4.9.3
7 changes: 0 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

retrofit = "2.9.0"
okhttp = "4.9.3"
toolbelt = "0.2.29"
lombok = "1.18.26"
jaxb = "2.3.8"
junit = "4.13.2"
Expand Down Expand Up @@ -42,11 +41,6 @@ junit = { module = "junit:junit", version.ref = "junit" }
groovy = { module = "org.codehaus.groovy:groovy-all", version.ref = "groovy" }
spock = { module = "org.spockframework:spock-core", version.ref = "spock" }

toolbelt = { module = "org.rundeck.cli-toolbelt:toolbelt", version.ref = "toolbelt" }
toolbeltYaml = { module = "org.rundeck.cli-toolbelt:toolbelt-snakeyaml", version.ref = "toolbelt" }
toolbeltJackson = { module = "org.rundeck.cli-toolbelt:toolbelt-json-jackson", version.ref = "toolbelt" }
toolbeltCli = { module = "org.rundeck.cli-toolbelt:toolbelt-jewelcli", version.ref = "toolbelt" }

jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jacksonDatabind" }
snakeYaml = { module = "org.yaml:snakeyaml", version.ref = "snakeYaml" }

Expand All @@ -62,7 +56,6 @@ testcontainersSpock = { module = "org.testcontainers:spock", version.ref = "test
retrofit = ["retrofitCore", "retrofitJackson", "retrofitJaxb", "okhttpLogging", "okhttpUrlconnection", "jaxb"]
test = ["junit", "groovy", "spock"]
testcontainers = ["testcontainers", "testcontainersSpock"]
toolbelt = ["toolbelt", "toolbeltYaml", "toolbeltJackson", "toolbeltCli"]
rundeckAuthz = ["rundeckAuthzCore", "rundeckAuthzApi", "rundeckAuthzYaml"]

[plugins]
Expand Down
2 changes: 0 additions & 2 deletions rd-cli-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies {

implementation project(":rd-cli-lib"), project(":rd-api-client")

// implementation libs.bundles.toolbelt

implementation libs.picocli
annotationProcessor libs.picocliCodegen

Expand Down

0 comments on commit e9d08c8

Please sign in to comment.