File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments