Moving snmp libs to released version; ejecing bti driver due to incompatibility

Change-Id: Ic148f2d486b949be61fe816467ae6c9df852a6a9
diff --git a/drivers/bti/BUCK b/drivers/bti/BUCK
index 273e24f..c7c713d 100644
--- a/drivers/bti/BUCK
+++ b/drivers/bti/BUCK
@@ -13,18 +13,19 @@
     '//core/api:onos-api-tests',
 ]
 
-osgi_jar_with_tests (
-    deps = COMPILE_DEPS,
-    test_deps = TEST_DEPS,
-    resources_root = 'src/main/resources',
-    resources = glob(['src/main/resources/**']),
-)
-
-onos_app (
-    app_name = 'org.onosproject.drivers.bti',
-    title = 'Bti Device Drivers',
-    category = 'Drivers',
-    url = 'http://onosproject.org',
-    description = 'ONOS Bti Device Drivers application.',
-    required_apps = [ 'org.onosproject.snmp' ],
-)
+# TODO ONOS-5554 excluding from the build
+# osgi_jar_with_tests (
+#     deps = COMPILE_DEPS,
+#     test_deps = TEST_DEPS,
+#     resources_root = 'src/main/resources',
+#     resources = glob(['src/main/resources/**']),
+# )
+#
+# onos_app (
+#     app_name = 'org.onosproject.drivers.bti',
+#     title = 'Bti Device Drivers',
+#     category = 'Drivers',
+#     url = 'http://onosproject.org',
+#     description = 'ONOS Bti Device Drivers application.',
+#     required_apps = [ 'org.onosproject.snmp' ],
+# )