File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
openlayer-java-client-okhttp
src/test/kotlin/com/openlayer/api/services Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ dependencies {
1010
1111 testImplementation(kotlin(" test" ))
1212 testImplementation(" org.assertj:assertj-core:3.25.3" )
13- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
1413}
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ dependencies {
1818 testImplementation(project(" :openlayer-java-client-okhttp" ))
1919 testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
2020 testImplementation(" org.assertj:assertj-core:3.25.3" )
21- testImplementation(" org.assertj:assertj-guava:3.25.3" )
22- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
2321 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
2422 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3" )
2523}
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import com.openlayer.api.models.*
3232import org.assertj.core.api.Assertions.assertThat
3333import org.assertj.core.api.Assertions.assertThatThrownBy
3434import org.assertj.core.api.InstanceOfAssertFactories
35- import org.assertj.guava.api.Assertions.assertThat
3635import org.junit.jupiter.api.BeforeEach
3736import org.junit.jupiter.api.Test
3837
You can’t perform that action at this time.
0 commit comments