File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 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"
75junit-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" }
128junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-jupiter" }
You can’t perform that action at this time.
0 commit comments