Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:NETTY', |
4 | '//lib:JACKSON', | ||||
5 | '//lib:netty', | ||||
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 6 | ] |
7 | |||||
8 | osgi_jar_with_tests ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 |