blob: 7817d3159730da63f02ab5eb70e9c3aed1fc178d [file] [log] [blame]
chengfande0799c2016-12-02 23:17:30 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/yms/api:onos-apps-yms-api',
4 '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
5]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9 '//utils/osgi:onlab-osgi-tests',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)