Patching Apache Karaf with a shell console fix to avoid thread leak.

Change-Id: I27e8fbaf443391a51b40c35639a39a5f38aecf31
diff --git a/lib/BUCK b/lib/BUCK
index 9431c45..7c448a5 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Tue, 3 Apr 2018 17:03:35 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Sat, 21 Apr 2018 05:59:03 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -1140,6 +1140,14 @@
   visibility = [ 'PUBLIC' ],
 )
 
+remote_file (
+  name = 'apache-karaf-patches',
+  out = 'onos-apache-karaf-patches-3.0.8.tar.gz',
+  url = 'http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz',
+  sha1 = 'be5d620a2c4f4c5faa520d2c1b949ad0cc29c84f',
+  visibility = [ 'PUBLIC' ],
+)
+
 remote_jar (
   name = 'bndlib',
   out = 'biz.aQute.bndlib-3.1.0.jar',