Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
55c3053e5e0ec2ff90b0de22979263e2a9af597e
/
.
/
apps
/
restconf
/
api
/
BUILD
blob: b4f282b8fd77f964c65ce922d874a9cf9fdfd307 [
file
] [
log
] [
blame
]
Ray Milkey
35ea5bf
2018-07-17 15:28:44 -0700
[
diff
] [
blame
]
1
COMPILE_DEPS
=
CORE_DEPS
+
JACKSON
+
REST
+
[
2
"@jersey_client//jar"
,
3
"@jersey_server//jar"
,
4
]
5
6
osgi_jar_with_tests
(
7
test_deps
=
TEST_REST
,
8
deps
=
COMPILE_DEPS
,
9
)