Skip to content

Commit 6eedfe6

Browse files
committed
working writer
1 parent 0bf8eb0 commit 6eedfe6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

communication/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dependencies {
44
implementation libs.slf4j
55

66
api project(':remote-config:remote-config-api')
7+
implementation project(':components:json')
78
implementation project(':remote-config:remote-config-core')
89
implementation project(':internal-api')
910
implementation project(':utils:container-utils')

dd-trace-core/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ dependencies {
6969
implementation project(':utils:container-utils')
7070
implementation project(':utils:socket-utils')
7171

72+
<<<<<<< HEAD
73+
=======
74+
implementation group: 'org.msgpack', name: 'msgpack-core', version: '0.8.10'
75+
implementation group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.8.10'
76+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.0'
77+
78+
>>>>>>> f0215ef7d4 (working writer)
7279
// for span exception debugging
7380
compileOnly project(':dd-java-agent:agent-debugger:debugger-bootstrap')
7481

0 commit comments

Comments
 (0)