Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
02a658bb4a1e2fcb8b67c092e1141b6b86650a49
/
.
/
apps
/
route-service
/
api
/
BUILD
blob: f33e002f28ea5adc5190382482c06b3d7efa4694 [
file
] [
log
] [
blame
]
Ray Milkey
02a658b
2018-06-13 08:52:39 -0700
[
diff
] [
blame^
]
1
COMPILE_DEPS
=
CORE_DEPS
+
JACKSON
2
3
TEST_DEPS
=
TEST
+
[
4
'//core/api:onos-api-tests'
,
5
]
6
7
osgi_jar_with_tests
(
8
deps
=
COMPILE_DEPS
,
9
test_deps
=
TEST_DEPS
,
10
)