Skip to content

Commit a8f29f0

Browse files
authored
Remove dep exclusions (#103)
1 parent cfdd3a8 commit a8f29f0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build.gradle.kts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,8 @@ graal {
113113
}
114114

115115
dependencies {
116-
implementation("io.rsocket.kotlin:rsocket-core-jvm:0.10.0-SNAPSHOT") {
117-
exclude(group= "org.jetbrains.kotlin")
118-
exclude(group= "org.jetbrains.kotlinx")
119-
}
120-
implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT") {
121-
exclude(group= "org.jetbrains.kotlin")
122-
exclude(group= "org.jetbrains.kotlinx")
123-
}
116+
implementation("io.rsocket.kotlin:rsocket-core-jvm:0.10.0-SNAPSHOT")
117+
implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT")
124118
implementation("io.ktor:ktor-network-tls:1.4.1")
125119
implementation("io.ktor:ktor-client-okhttp:1.4.1")
126120
implementation("io.ktor:ktor-client-core-jvm:1.4.1")

0 commit comments

Comments
 (0)