ONOS-5917 SNMP Alarm Provider

Change-Id: I9eb39021584f3b1a5baed9dfa638569818901197
diff --git a/providers/snmp/BUCK b/providers/snmp/BUCK
index 24d8a97..598515d 100644
--- a/providers/snmp/BUCK
+++ b/providers/snmp/BUCK
@@ -1,5 +1,6 @@
 BUNDLES = [
   '//providers/snmp/device:onos-providers-snmp-device',
+  '//providers/snmp/alarm:onos-providers-snmp-alarm',
   '//protocols/snmp/api:onos-protocols-snmp-api',
   '//protocols/snmp/ctl:onos-protocols-snmp-ctl',
   '//lib:org.apache.servicemix.bundles.snmp4j',
@@ -16,4 +17,5 @@
     included_bundles = BUNDLES,
     description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
         'with SNMP enabled devices from information given by network configuration.',
+    required_apps = [ 'org.onosproject.faultmanagement'],
 )