Skip to content

Commit 57e1133

Browse files
committed
add slf4j to kotlin-insight-client
1 parent 6f6f60f commit 57e1133

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

kotlin-insight-client/kotlin-insight-client-test-base/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<!-- <version>defined by the platform dependency management </version> -->
3939
<scope>provided</scope>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.slf4j</groupId>
43+
<artifactId>slf4j-api</artifactId>
44+
<scope>provided</scope>
45+
</dependency>
4146

4247
</dependencies>
4348

kotlin-insight-client/kotlin-insight-client-test-base/src/main/kotlin/com/linkedplanet/kotlininsightclient/AuthenticatedJiraHttpClientFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import arrow.core.Either
2323
import arrow.core.right
2424
import com.google.gson.Gson
2525
import com.linkedplanet.kotlininsightclient.api.error.InsightClientError
26-
import com.sun.org.slf4j.internal.LoggerFactory
26+
import org.slf4j.LoggerFactory
2727
import org.http4k.client.Java8HttpClient
2828
import org.http4k.core.Body
2929
import org.http4k.core.HttpHandler

0 commit comments

Comments
 (0)