Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:jersey-client', | ||||
4 | '//lib:javax.ws.rs-api', | ||||
5 | '//apps/openstackinterface/api:onos-apps-openstackinterface-api', | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |