Skip to content

Commit

Permalink
The junixsocket-core dependency has to be declared as pom (since v2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 25, 2022
1 parent 7636fb9 commit 39a00da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.9.3")
implementation("com.squareup.okio:okio:3.1.0")

implementation("com.kohlschutter.junixsocket:junixsocket-core:2.4.0")
implementation("com.kohlschutter.junixsocket:junixsocket-core:2.4.0@pom") {
isTransitive = true
}
implementation("com.kohlschutter.junixsocket:junixsocket-common:2.4.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
Expand Down

0 comments on commit 39a00da

Please sign in to comment.