From dcec61ab7a5dd6766d377fed16e24e883b0b3ca1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 2 Aug 2023 09:54:32 +0300 Subject: [PATCH] Remove obsolete dependency on picocli The dependency on picocli was removed from the code in commit 019785a72e. This commit removes the dependency management from the build. See gh-28825 --- framework-platform/framework-platform.gradle | 1 - spring-test/spring-test.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index b511165fe48e..bc35b3f090a6 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -45,7 +45,6 @@ dependencies { api("com.thoughtworks.xstream:xstream:1.4.20") api("commons-io:commons-io:2.11.0") api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2") - api("info.picocli:picocli:4.7.4") api("io.micrometer:context-propagation:1.0.4") api("io.mockk:mockk:1.13.4") api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 3de24caf76a0..8bc5ef5846a2 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -15,7 +15,6 @@ dependencies { optional(project(":spring-webmvc")) optional(project(":spring-websocket")) optional("com.jayway.jsonpath:json-path") - optional("info.picocli:picocli") optional("io.micrometer:context-propagation") optional("io.micrometer:micrometer-observation") optional("io.projectreactor:reactor-test")