• 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
  • store
  • persistence
  • BUCK
  • Madan Jampani's avatar
    Revert "Migrating to latest Atomix" · cefcd823 ...
    cefcd823
    This reverts commit aa3d598b
    
    Change-Id: Icd58278b1bbc8ca31887450f58220fba40cd309c
    Madan Jampani authored 2016-06-01 22:55:18 +0000
BUCK 271 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:catalyst-serializer',
    '//lib:mapdb',
]

TEST_DEPS = [
    '//lib:TEST',
]

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