Skip to content

Commit 9a021fc

Browse files
committed
advance2
1 parent 11ab653 commit 9a021fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/libs.versions.toml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ minio = { module = "io.minio:minio", version = "8.5.11" }
88
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.2" }
99
okio = { module = "com.squareup.okio:okio", version = "3.4.0" }
1010
jackson = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.9.9" }
11-
spring = { module = "org.springframework.boot:spring-boot-starter-web", version = "2.5.11" }
1211

1312
[plugins]
1413
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

lib/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies {
1111
implementation(libs.commons.text)
1212
implementation(libs.minio)
1313
implementation(libs.jackson)
14-
implementation(libs.spring)
1514

1615
constraints {
1716
// Force a newer version of commons-compress in transitive resolution

0 commit comments

Comments
 (0)