Aaron Kruglikov 0221d913e9 Revert "Creating a registry for gRPC services, early version restarts on each modification of the set of services."
This reverts commit 2d69ca1c88b3b86800aac0a453be33838ff39c1c.

Change-Id: I6236393929ba43eb98e139766f0c2377f47ff3a5
2017-08-25 09:26:25 -07:00

16 lines
246 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
osgi_jar_with_tests (
name = 'onos-incubator-api',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
visibility = ['PUBLIC'],
)