Skip to content

Commit

Permalink
Removed kaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jul 15, 2024
1 parent 9d98019 commit ad3bfb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hoplite-yaml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
dependencies {
api(projects.hopliteCore)
implementation(libs.snakeyaml)
testImplementation(libs.kaml)
}

apply("../publish.gradle.kts")
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ dependencyResolutionManagement {
library("tomlj", "org.tomlj:tomlj:1.1.1")
library("embedded-consul", "com.pszymczyk.consul:embedded-consul:2.2.1")
library("snakeyaml", "org.yaml:snakeyaml:2.2")
library("kaml", "com.charleskorn.kaml:kaml:0.42.0")

library("slf4j-api", "org.slf4j:slf4j-api:2.0.9")

Expand Down

0 comments on commit ad3bfb4

Please sign in to comment.