Skip to content

Commit 6eb4295

Browse files
committed
Migrate profiler code from jackson json to azure-json
1 parent 99d5900 commit 6eb4295

File tree

20 files changed

+871
-278
lines changed

20 files changed

+871
-278
lines changed

agent/agent-profiler/agent-alerting-api/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ if (project.properties.containsKey("publish-diagnostics")) {
88
}
99

1010
dependencies {
11-
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
12-
compileOnly("com.fasterxml.jackson.core:jackson-databind")
11+
compileOnly("com.azure:azure-json")
1312
compileOnly("com.google.auto.value:auto-value-annotations")
1413
annotationProcessor("com.google.auto.value:auto-value")
1514
}

0 commit comments

Comments
 (0)