RabbitMQ Integration - Updates changeset 11110 - Review comments incorporated

Change-Id: I0bfd7838b87d55769165b21dc735e1ba4468b611
diff --git a/lib/BUCK b/lib/BUCK
index c5b609c..afd8b09 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -33,6 +33,8 @@
     ':org.apache.karaf.features.core',
     ':org.apache.karaf.system.core',
     ':jsr305',
+    ':amqp-client',
+    ':gson',
   ],
 )
 
@@ -1102,3 +1104,21 @@
   visibility = [ 'PUBLIC' ],
 )
 
+remote_jar (
+  name = 'amqp-client',
+  out = 'amqp-client-3.6.1.jar',
+  url = 'mvn:com.rabbitmq:amqp-client:jar:3.6.1',
+  sha1 = '089be4acfa8a0fa48a775a82d20632f90aecf10b',
+  maven_coords = 'com.rabbitmq:amqp-client:3.6.1',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+  name = 'gson',
+  out = 'gson-2.6.2.jar',
+  url = 'mvn:com.google.code.gson:gson:jar:2.6.2',
+  sha1 = 'f1bc476cc167b18e66c297df599b2377131a8947',
+  maven_coords = 'com.google.code.gson:gson:2.6.2',
+  visibility = [ 'PUBLIC' ],
+)
+