Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//utils/rest:onlab-rest', | ||||
5 | '//lib:javax.ws.rs-api', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | '//lib:jersey-test-framework-core', | ||||
11 | '//lib:jersey-test-framework-jetty', | ||||
12 | '//utils/osgi:onlab-osgi-tests', | ||||
13 | '//web/api:onos-rest-tests', | ||||
14 | '//incubator/api:onos-incubator-api-tests', | ||||
15 | ] | ||||
16 | |||||
17 | osgi_jar_with_tests ( | ||||
18 | deps = COMPILE_DEPS, | ||||
19 | test_deps = TEST_DEPS, | ||||
20 | ) |