Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:KRYO', |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
| 5 | '//core/store/serializers:onos-core-serializers', |
| 6 | ] |
| 7 | |
| 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_ADAPTERS', |
| 10 | '//utils/osgi:onlab-osgi-tests', |
| 11 | '//incubator/api:onos-incubator-api-tests', |
| 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests ( |
| 15 | deps = COMPILE_DEPS, |
| 16 | test_deps = TEST_DEPS, |
| 17 | ) |