Skip to content

Commit

Permalink
Merge pull request #47 from Malinskiy/feature/remove-unused-dependency
Browse files Browse the repository at this point in the history
feat(deps): remove unused
  • Loading branch information
Malinskiy authored Jun 8, 2021
2 parents 84f71a2 + 9571314 commit 1f03e9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion adam/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
}

dependencies {
implementation(Libraries.kxml)
implementation(Libraries.annotations)
implementation(kotlin("stdlib-jdk8", version = Versions.kotlin))
implementation(Libraries.coroutines)
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ object Versions {


val annotations = "21.0.1"
val kxml = "2.3.0"
val ktor = "1.5.2"
val logging = "2.0.8"
val vertx = "4.0.3"
Expand Down Expand Up @@ -38,7 +37,6 @@ object BuildPlugins {
object Libraries {
val annotations = "org.jetbrains:annotations:${Versions.annotations}"
val coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.coroutines}"
val kxml = "net.sf.kxml:kxml2:${Versions.kxml}"
val ktorNetwork = "io.ktor:ktor-network-jvm:${Versions.ktor}"
val logging = "io.github.microutils:kotlin-logging:${Versions.logging}"
val vertxCore = "io.vertx:vertx-core:${Versions.vertx}"
Expand Down

0 comments on commit 1f03e9f

Please sign in to comment.