Kyuhwi Choi c5b33ea4c9 [ONOS-4291] Implement skeleton of gateway load balancer
- Implements scalable gateway service
 - Implements gateway node model

Change-Id: I3713c67edcff9b10ccb23a7ad3323f5c30c7d6a3
2016-05-04 16:30:00 +00:00

7 lines
91 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)