• 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
  • cli
  • BUCK
  • Yuta HIGUCHI's avatar
    [ONOS-4513] decouple optical-model from CLI · 1d547bf4 ...
    1d547bf4
    - core/cli is now optical-model clean
    - Add command for pretty printing optical-ports
    
    Change-Id: I2926ef6d52971d1a7f6642dfe4098d7ed2422363
    Yuta HIGUCHI authored 2016-08-03 18:54:55 +0000
BUCK 308 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:org.apache.karaf.shell.console',
    '//incubator/api:onos-incubator-api',
    '//incubator/net:onos-incubator-net',
    '//utils/rest:onlab-rest',
    '//core/common:onos-core-common',
]

osgi_jar (
    deps = COMPILE_DEPS,
    visibility = ['PUBLIC'],
)