diff --git a/lib/BUCK b/lib/BUCK index b85f336b8d..d2d199a26d 100644 --- a/lib/BUCK +++ b/lib/BUCK @@ -1,4 +1,4 @@ -# ***** This file was auto-generated at Mon Jul 25 16:32:36 PDT 2016. Do not edit this file manually. ***** +# ***** This file was auto-generated at Wed Jul 27 16:23:49 PDT 2016. Do not edit this file manually. ***** osgi_feature_group( name = 'COMPILE', visibility = ['PUBLIC'], @@ -1012,6 +1012,15 @@ remote_jar ( visibility = [ 'PUBLIC' ], ) +remote_jar ( + name = 'libthrift', + out = 'libthrift-0.9.3.jar', + url = 'mvn:org.apache.thrift:libthrift:jar:0.9.3', + sha1 = '8625e8f9b6f49b881fa5fd143172c2833df1ce47', + maven_coords = 'org.apache.thrift:libthrift:0.9.3', + visibility = [ 'PUBLIC' ], +) + remote_jar ( name = 'qdox', out = 'qdox-2.0-M3.jar', diff --git a/lib/deps.json b/lib/deps.json index f5154b0f22..d379751e13 100644 --- a/lib/deps.json +++ b/lib/deps.json @@ -184,6 +184,7 @@ "apache-karaf": "http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz", "bndlib": "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0", "cord-config": "mvn:org.onosproject:cord-config:1.0-b1", + "libthrift": "mvn:org.apache.thrift:libthrift:0.9.3", "qdox": "mvn:com.thoughtworks.qdox:qdox:2.0-M3", "org.apache.felix.scr.bnd": { "uri": "mvn:org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT",