Fix ONOS-4503 - allow ONOS to run in offline mode with no internet connection
Change-Id: I7122800e2c485743313c5d963bc75f8dd0292452
diff --git a/lib/BUCK b/lib/BUCK
index fd871a6..f0536e2 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Thu Oct 27 21:27:03 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Fri Nov 18 10:06:30 PST 2016. Do not edit this file manually. *****
osgi_feature_group(
name = 'COMPILE',
visibility = ['PUBLIC'],
@@ -1006,9 +1006,9 @@
remote_file (
name = 'apache-karaf',
- out = 'apache-karaf-3.0.5.tar.gz',
- url = 'http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz',
- sha1 = '85a20b135f22362b6983f7954b58f0d97308cf63',
+ out = 'apache-karaf-3.0.5-offline-20161115.tar.gz',
+ url = 'http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5-offline-20161115.tar.gz',
+ sha1 = 'b47ddf4bc2812e9bddf9dfb4f10cb2fd31ebf430',
visibility = [ 'PUBLIC' ],
)