Andreas Pantelopoulos | 4e6d8b2 | 2018-02-23 10:46:03 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:JACKSON', |
| 4 | '//lib:KRYO', |
| 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//cli:onos-cli', |
| 7 | '//core/common:onos-core-common', |
| 8 | '//core/store/serializers:onos-core-serializers', |
| 9 | '//incubator/api:onos-incubator-api', |
| 10 | '//apps/route-service/api:onos-apps-route-service-api', |
Pier | 3ee2455 | 2018-03-14 16:47:32 -0700 | [diff] [blame] | 11 | '//apps/mcast/api:onos-apps-mcast-api', |
| 12 | '//apps/mcast/cli:onos-apps-mcast-cli', |
Andreas Pantelopoulos | 4e6d8b2 | 2018-02-23 10:46:03 -0800 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST_ADAPTERS', |
Charles Chan | 971d7ba | 2018-05-01 11:50:20 -0700 | [diff] [blame] | 17 | '//core/net:onos-core-net', |
Andreas Pantelopoulos | 4e6d8b2 | 2018-02-23 10:46:03 -0800 | [diff] [blame] | 18 | '//incubator/api:onos-incubator-api-tests', |
| 19 | '//apps/route-service/api:onos-apps-route-service-api-tests', |
| 20 | ] |
| 21 | |
| 22 | osgi_jar_with_tests ( |
| 23 | deps = COMPILE_DEPS, |
| 24 | test_deps = TEST_DEPS, |
| 25 | ) |