• 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
  • Yuta HIGUCHI's avatar
    Revert "[ONOS-4513] Slice optical-model into separate bundle" · e076415b ...
    e076415b
    Will revet this separation for 1.6 and work on it targeted for 1.7.
    
    This reverts commit 652ec6b7.
    
    Change-Id: Ica8899988a6fcc02ece138a7f0d940a7994c77e9
    Yuta HIGUCHI authored 2016-06-07 18:49:44 +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'],
)