Skip to content

Commit 56a18b2

Browse files
committed
Removed unneeded dependencies krangl, ktor, and jgrapht from build.gradle.kts
1 parent d1f98d6 commit 56a18b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ dependencies {
8686
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
8787

8888
implementation("org.nield:kotlin-statistics:1.2.1")
89-
implementation("com.github.holgerbrandl:krangl:0.18")
9089
implementation("org.jetbrains.kotlinx:dataframe:0.8.0-rc-7")
9190

9291
// Biology possible dependencies
@@ -106,12 +105,9 @@ dependencies {
106105

107106
implementation("org.graalvm.sdk:graal-sdk:21.2.0")
108107
implementation("org.apache.commons:commons-csv:1.8")
109-
implementation("io.ktor:ktor-client-core:1.6.3")
110-
implementation("io.ktor:ktor-client-cio:1.6.3")
111108

112109
implementation("com.google.guava:guava:33.1.0-jre")
113110
implementation("org.apache.tinkerpop:gremlin-core:3.5.1")
114-
implementation("org.jgrapht:jgrapht-core:1.5.1")
115111

116112

117113
implementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.6")

0 commit comments

Comments
 (0)