Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:org.apache.karaf.shell.console', | ||||
4 | '//core/store/serializers:onos-core-serializers', | ||||
5 | '//cli:onos-cli', | ||||
6 | '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc', | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar_with_tests ( | ||||
10 | deps = COMPILE_DEPS, | ||||
11 | resources_root = 'src/main/resources', | ||||
12 | resources = glob(['src/main/resources/**']), | ||||
13 | ) |