Brian O'Connor e4da59d8aa Simplifying rules and providing sensible defaults
Updated cordvtn, dhcp, fwd, onos-api, of-api, onlab-rest, onos-rest, onos-gui

Also, fixed checkstyle error print

Change-Id: I9d6ab76791e8603678079067a3b4e007ca7c4667
2016-04-08 18:43:36 -07:00

16 lines
236 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:openflowj',
]
TEST_DEPS = [
'//lib:TEST',
'//core/api:onos-api-tests',
]
osgi_jar_with_tests (
name = 'onos-of-api',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)