Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//lib:javax.ws.rs-api', |
| 7 | '//core/store/serializers:onos-core-serializers', |
| 8 | ] |
| 9 | |
Jon Hall | 4263bff | 2016-06-07 10:35:21 -0700 | [diff] [blame] | 10 | osgi_jar ( |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 11 | deps = COMPILE_DEPS, |
| 12 | ) |
| 13 | |
| 14 | onos_app ( |
| 15 | title = 'Master Election Test App', |
| 16 | category = 'Test', |
| 17 | url = 'http://onosproject.org', |
| 18 | description = 'Master election test application.', |
| 19 | ) |