Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + [ |
| 2 | '//incubator/store:onos-incubator-store', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//core/common:onos-core-common', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = TEST_REST + [ |
| 8 | '//incubator/api:onos-incubator-api-tests', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | test_deps = TEST_DEPS, |
| 14 | exclude_tests = [ |
| 15 | 'org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManagerTest', |
| 16 | ], |
| 17 | visibility = ["//visibility:public"], |
| 18 | ) |