• 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
  • Brian Stanke's avatar
    ONOS-2184 - Initial implementation of Virtual network Intent service. · 11f6d536 ...
    11f6d536
    Change-Id: I03103b4eca797cd32480fbd0e3b4cf0385b50ef2
    Brian Stanke authored 2016-07-06 17:28:30 +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'],
)