Skip to content

Commit 439cd29

Browse files
heyamstrask
andauthored
Migrate profiler code from jackson json to azure json (#3896)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 3ba1911 commit 439cd29

File tree

36 files changed

+1286
-566
lines changed

36 files changed

+1286
-566
lines changed

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

+1-2
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)