blob: 7bd1c17b8cf54c398da33befb7ec357e72435fd3 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
]
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.',
)