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", |
| 3 | "//incubator/api:onos-incubator-api", |
| 4 | "//core/store/serializers:onos-core-serializers", |
| 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
| 8 | exclude_tests = ["org.onosproject.vpls.VplsTest"], |
| 9 | test_deps = TEST_ADAPTERS, |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | category = "Traffic Engineering", |
| 15 | description = "Application to create L2 broadcast network using VLAN.", |
| 16 | required_apps = ["org.onosproject.intentsynchronizer"], |
| 17 | title = "VLAN L2 Broadcast Network", |
| 18 | url = "http://onosproject.org", |
| 19 | ) |