• 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
  • apps
  • openstacknetworking
  • api
  • BUCK
  • Ray Milkey's avatar
    Appify buck build for openstack and VTN apps · a5ff8a7e ...
    a5ff8a7e
    Change-Id: I6cc23cd567954daaee59271123a07040853e695b
    Ray Milkey authored 2016-04-19 19:56:21 +0000
BUCK 218 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',
    '//apps/openstackinterface/api:onos-apps-openstackinterface-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)