BUCK 351 Bytes
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
    resources_root = 'src/main/resources',
    resources = glob(['src/main/resources/**']),
)

onos_app (
    title = 'Path Visualization App',
    category = 'Utility',
    url = 'http://onosproject.org',
    description = 'Path visualization application.',
)