Skip to content

Commit bdeb38c

Browse files
jsiroisCI
jsirois
authored and
CI
committed
[split] Several small fixes towards getting birdcage-auto-ci green.
Reconcile dependency drift in jackson libs to fix compile errors. Reconcile dependency drift in netty to fix a finagle-http test failure. Upgrade pants to 0.0.34 to pickup a fix in the changed goal to ignore synthetic targets when calculating changed file owning targets. Also add myself to OWNERS for top-level BUILD edit approvals. RB_ID=162420
1 parent ab3a9a6 commit bdeb38c

File tree

1 file changed

+1
-1
lines changed
  • util-thrift/src/main/scala

1 file changed

+1
-1
lines changed

util-thrift/src/main/scala/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scala_library(name='scala',
22
dependencies=[
3-
pants('3rdparty:jackson-mapper-asl'),
3+
pants('3rdparty:jackson-databind'),
44
pants('3rdparty:libthrift-0.5.0'),
55
pants('3rdparty:slf4j-api'),
66
pants('util/util-codec')

0 commit comments

Comments
 (0)