Skip to content

Commit 7ade9e1

Browse files
committed
remove unused libraries
1 parent 97d4d75 commit 7ade9e1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies {
3333
testImplementation(libs.junit.jupiter)
3434

3535
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
36-
implementation(libs.guava)
3736

3837
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
3938
implementation("com.squareup.okhttp3:okhttp")

gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
33

44
[versions]
5-
commons-math3 = "3.6.1"
6-
guava = "33.0.0-jre"
75
junit-jupiter = "5.10.2"
86

97
[libraries]
10-
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
11-
guava = { module = "com.google.guava:guava", version.ref = "guava" }
128
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }

0 commit comments

Comments
 (0)