Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + REST + CLI + [ |
| 2 | "@jersey_client//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 3 | "//core/store/serializers:onos-core-serializers", |
| 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
| 7 | exclude_tests = ["org.onosproject.vpls.VplsTest"], |
Ray Milkey | 32ce0ed | 2018-10-10 15:39:24 -0700 | [diff] [blame] | 8 | karaf_command_packages = [ |
| 9 | "org.onosproject.vpls.cli", |
| 10 | "org.onosproject.vpls.cli.completer", |
| 11 | ], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 12 | test_deps = TEST_ADAPTERS, |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app( |
| 17 | category = "Traffic Engineering", |
| 18 | description = "Application to create L2 broadcast network using VLAN.", |
| 19 | required_apps = ["org.onosproject.intentsynchronizer"], |
| 20 | title = "VLAN L2 Broadcast Network", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |