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

Change-Id: I27e8fbaf443391a51b40c35639a39a5f38aecf31
diff --git a/lib/BUCK b/lib/BUCK
index c37f470..3ae6307 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Thu, 12 Apr 2018 17:32:52 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Sat, 21 Apr 2018 05:05:33 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -1185,6 +1185,14 @@
   visibility = [ 'PUBLIC' ],
 )
 
+remote_file (
+  name = 'apache-karaf-patches',
+  out = 'onos-apache-karaf-patches-3.0.8.tar.gz',
+  url = 'mvn:org.onosproject:onos-apache-karaf-patches:tar.gz:3.0.8',
+  sha1 = 'be5d620a2c4f4c5faa520d2c1b949ad0cc29c84f',
+  visibility = [ 'PUBLIC' ],
+)
+
 remote_jar (
   name = 'bndlib',
   out = 'biz.aQute.bndlib-3.1.0.jar',