• 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
  • faultmanagement
  • fmgui
  • BUCK
  • Ray Milkey's avatar
    Appify fault management and open stack node BUCK files · 6a638ba9 ...
    6a638ba9
    Change-Id: I9c1574a8360c377bdc1b52e30f136a46cded0abc
    Ray Milkey authored 2016-04-21 05:49:26 +0000
BUCK 200 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:org.apache.karaf.shell.console',
    '//incubator/api:onos-incubator-api',
    '//cli:onos-cli',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)