commit | 18fb081fa621f1bc5024f9fbfdf8f11f7b1d4186 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Jun 21 10:32:53 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Jun 27 22:03:35 2018 +0000 |
tree | c7d5c7872f19c433b42a2611f8d8ac80d1e40ab1 | |
parent | 1a783729a1d7e0cd59d59a8dd3a73cdd6ac0f30d [diff] [blame] |
Build providers using bazel Change-Id: I7d4ebcfb1d593e10aa93f0a4f7111680ed66a7e7
diff --git a/providers/tl1/device/BUILD b/providers/tl1/device/BUILD new file mode 100644 index 0000000..f04769b --- /dev/null +++ b/providers/tl1/device/BUILD
@@ -0,0 +1,9 @@ +COMPILE_DEPS = CORE_DEPS + JACKSON + [ + "//incubator/api:onos-incubator-api", + "//protocols/tl1/api:onos-protocols-tl1-api", +] + +osgi_jar_with_tests( + test_deps = TEST_ADAPTERS, + deps = COMPILE_DEPS, +)