Skip to content

Commit dcec61a

Browse files
committed
Remove obsolete dependency on picocli
The dependency on picocli was removed from the code in commit 019785a. This commit removes the dependency management from the build. See gh-28825
1 parent 4922e0e commit dcec61a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies {
4545
api("com.thoughtworks.xstream:xstream:1.4.20")
4646
api("commons-io:commons-io:2.11.0")
4747
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
48-
api("info.picocli:picocli:4.7.4")
4948
api("io.micrometer:context-propagation:1.0.4")
5049
api("io.mockk:mockk:1.13.4")
5150
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")

spring-test/spring-test.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
optional(project(":spring-webmvc"))
1616
optional(project(":spring-websocket"))
1717
optional("com.jayway.jsonpath:json-path")
18-
optional("info.picocli:picocli")
1918
optional("io.micrometer:context-propagation")
2019
optional("io.micrometer:micrometer-observation")
2120
optional("io.projectreactor:reactor-test")

0 commit comments

Comments
 (0)