Skip to content

Commit bcae1b0

Browse files
chore: rebuild project due to codegen change (#47)
1 parent f472a85 commit bcae1b0

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

openlayer-java-client-okhttp/build.gradle.kts

-1
Original file line numberDiff line numberDiff 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
}

openlayer-java-core/build.gradle.kts

-2
Original file line numberDiff line numberDiff 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
}

openlayer-java-core/src/test/kotlin/com/openlayer/api/services/ErrorHandlingTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import com.openlayer.api.models.*
3232
import org.assertj.core.api.Assertions.assertThat
3333
import org.assertj.core.api.Assertions.assertThatThrownBy
3434
import org.assertj.core.api.InstanceOfAssertFactories
35-
import org.assertj.guava.api.Assertions.assertThat
3635
import org.junit.jupiter.api.BeforeEach
3736
import org.junit.jupiter.api.Test
3837

0 commit comments

Comments
 (0)