Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions components/yaml/build.gradle.kts

This file was deleted.

73 changes: 0 additions & 73 deletions components/yaml/gradle.lockfile

This file was deleted.

1 change: 0 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ final class CachedData {
exclude(project(':components:context'))
exclude(project(':components:environment'))
exclude(project(':components:json'))
exclude(project(':components:yaml'))
exclude(project(':products:feature-flagging:bootstrap'))
exclude(project(':remote-config:remote-config-api'))
exclude(project(':remote-config:remote-config-core'))
Expand Down
1 change: 0 additions & 1 deletion internal-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ dependencies {
api(project(":components:context"))
api(project(":components:environment"))
api(project(":components:json"))
api(project(":components:yaml"))
api(project(":utils:config-utils"))
api(project(":utils:time-utils"))

Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ include(
":components:environment",
":components:json",
":components:native-loader",
":components:yaml",
":telemetry",
":remote-config:remote-config-api",
":remote-config:remote-config-core",
Expand Down
2 changes: 1 addition & 1 deletion utils/config-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ val excludedClassesInstructionCoverage by extra(

dependencies {
implementation(project(":components:environment"))
implementation(project(":components:yaml"))
implementation(project(":dd-trace-api"))
implementation(project(":utils:filesystem-utils"))
implementation(libs.slf4j)
implementation("org.snakeyaml", "snakeyaml-engine", "2.9")

testImplementation(project(":utils:test-utils"))
testImplementation("org.snakeyaml:snakeyaml-engine:2.9")
Expand Down
Loading