File tree 3 files changed +0
-4
lines changed
openlayer-java-client-okhttp
src/test/kotlin/com/openlayer/api/services
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ dependencies {
10
10
11
11
testImplementation(kotlin(" test" ))
12
12
testImplementation(" org.assertj:assertj-core:3.25.3" )
13
- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
14
13
}
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ dependencies {
18
18
testImplementation(project(" :openlayer-java-client-okhttp" ))
19
19
testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
20
20
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" )
23
21
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
24
22
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3" )
25
23
}
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import com.openlayer.api.models.*
32
32
import org.assertj.core.api.Assertions.assertThat
33
33
import org.assertj.core.api.Assertions.assertThatThrownBy
34
34
import org.assertj.core.api.InstanceOfAssertFactories
35
- import org.assertj.guava.api.Assertions.assertThat
36
35
import org.junit.jupiter.api.BeforeEach
37
36
import org.junit.jupiter.api.Test
38
37
You can’t perform that action at this time.
0 commit comments