• 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
  • pcep
  • api
  • BUCK
  • Priyanka B's avatar
    [ONOS] Cherry picked from master 1.7 · fee66350 ...
    fee66350
    Change-Id: I74a0c1634f9c425af2bcb646edc3d9170b3c087c
    Priyanka B authored 2016-06-09 12:49:14 +0000
BUCK 235 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//protocols/pcep/pcepio:onos-protocols-pcep-pcepio',
    '//apps/pcep-api:onos-apps-pcep-api',
    '//incubator/api:onos-incubator-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)