blob: 4e5bcba6802cb955b7e401480b7d0ad9a110c0fa [file] [log] [blame]
Ray Milkey6a638ba2016-04-20 09:52:01 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4 '//utils/rest:onlab-rest',
5 '//lib:javax.ws.rs-api',
6]
7
8TEST_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
17osgi_jar_with_tests (
18 deps = COMPILE_DEPS,
19 test_deps = TEST_DEPS,
20)