| COMPILE_DEPS = [ |
| '//lib:CORE_DEPS', |
| '//lib:JACKSON', |
| '//lib:METRICS', |
| '//lib:KRYO', |
| '//core/common:onos-core-common', |
| '//incubator/api:onos-incubator-api', |
| '//incubator/store:onos-incubator-store', |
| '//utils/rest:onlab-rest', |
| '//lib:concurrent-trees', |
| '//core/store/serializers:onos-core-serializers', |
| ] |
| |
| TEST_DEPS = [ |
| '//incubator/api:onos-incubator-api-tests', |
| '//lib:TEST_REST', |
| '//lib:TEST_ADAPTERS', |
| '//core/api:onos-api-tests', |
| '//core/common:onos-core-common-tests', |
| ] |
| |
| osgi_jar_with_tests ( |
| deps = COMPILE_DEPS, |
| test_deps = TEST_DEPS, |
| ) |