Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//apps/l3vpn/yangmodel:onos-apps-l3vpn-yangmodel', | ||||
4 | '//lib:onos-yang-model', | ||||
5 | '//lib:onos-yang-runtime', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | '//utils/osgi:onlab-osgi-tests', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | test_deps = TEST_DEPS, | ||||
16 | ) |