• 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
  • core
  • net
  • BUCK
  • Jonathan Hart's avatar
    Revert "Fix for ONOS-5032 and ONOS-5034" · 68b2565b ...
    68b2565b Browse Files
    This reverts commit 2451a099.
    
    Change-Id: Iab7afd7c61cc1e25292e093660170101da779cf8
    Jonathan Hart authored 2016-08-29 23:15:17 +0000
BUCK 385 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//incubator/api:onos-incubator-api',
]

TEST_DEPS = [
    '//lib:TEST_ADAPTERS',
    '//core/common:onos-core-common',
    '//core/store/dist:onos-core-dist',
    '//core/store/dist:onos-core-dist-tests',
]

osgi_jar_with_tests (
    name = 'onos-core-net',
    deps = COMPILE_DEPS,
    test_deps = TEST_DEPS,
    visibility = ['PUBLIC'],
)