blob: 6ab1b975961bf90c1fc01af4dca0ea7f43ac83ed [file] [log] [blame]
Zayne Khouja47557152016-07-20 13:50:05 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Zayne Khouja47557152016-07-20 13:50:05 -07004 '//apps/pce/app:onos-apps-pce-app',
5 '//cli:onos-cli',
6 '//lib:org.apache.karaf.shell.console',
7 '//core/api:onos-api',
8 '//incubator/api:onos-incubator-api',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13)
14
15onos_app (
16 title = 'PCE web application',
17 category = 'Utility',
18 url = 'http://onosproject.org',
19 description = 'Allows the user to visualize different types of paths between network entities',
20)