• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • protocols
  • restconf
  • server
  • api
  • BUCK
  • Henry Yu's avatar
    RESTCONF Server outline · e20926eb ...
    e20926eb
    Change-Id: Id93a647b35b24c47f2828763a799b56a50113faf
    Henry Yu authored 2016-09-30 00:31:13 +0000
BUCK 175 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:jersey-client',
    '//lib:javax.ws.rs-api',
    '//lib:jersey-server',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)