blob: fdaf355d157e5487b63faead69d88d3654630d14 [file] [log] [blame]
Ray Milkeya5ff8a72016-04-19 09:43:45 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:KRYO',
Ray Milkeya5ff8a72016-04-19 09:43:45 -07005 '//lib:org.apache.karaf.shell.console',
6 '//core/store/serializers:onos-core-serializers',
7 '//cli:onos-cli',
8 '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 resources_root = 'src/main/resources',
14 resources = glob(['src/main/resources/**']),
15)