Zayne Khouja
Committed by Gerrit Code Review

Adds libthrift dependancy to lib BUCK

Change-Id: Id5ebf9b15815e1ff918b5e74e7fa49a6cc1c2df7
1 -# ***** This file was auto-generated at Mon Jul 25 16:32:36 PDT 2016. Do not edit this file manually. ***** 1 +# ***** This file was auto-generated at Wed Jul 27 16:23:49 PDT 2016. Do not edit this file manually. *****
2 osgi_feature_group( 2 osgi_feature_group(
3 name = 'COMPILE', 3 name = 'COMPILE',
4 visibility = ['PUBLIC'], 4 visibility = ['PUBLIC'],
...@@ -1013,6 +1013,15 @@ remote_jar ( ...@@ -1013,6 +1013,15 @@ remote_jar (
1013 ) 1013 )
1014 1014
1015 remote_jar ( 1015 remote_jar (
1016 + name = 'libthrift',
1017 + out = 'libthrift-0.9.3.jar',
1018 + url = 'mvn:org.apache.thrift:libthrift:jar:0.9.3',
1019 + sha1 = '8625e8f9b6f49b881fa5fd143172c2833df1ce47',
1020 + maven_coords = 'org.apache.thrift:libthrift:0.9.3',
1021 + visibility = [ 'PUBLIC' ],
1022 +)
1023 +
1024 +remote_jar (
1016 name = 'qdox', 1025 name = 'qdox',
1017 out = 'qdox-2.0-M3.jar', 1026 out = 'qdox-2.0-M3.jar',
1018 url = 'mvn:com.thoughtworks.qdox:qdox:jar:2.0-M3', 1027 url = 'mvn:com.thoughtworks.qdox:qdox:jar:2.0-M3',
......
...@@ -184,6 +184,7 @@ ...@@ -184,6 +184,7 @@
184 "apache-karaf": "http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz", 184 "apache-karaf": "http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz",
185 "bndlib": "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0", 185 "bndlib": "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0",
186 "cord-config": "mvn:org.onosproject:cord-config:1.0-b1", 186 "cord-config": "mvn:org.onosproject:cord-config:1.0-b1",
187 + "libthrift": "mvn:org.apache.thrift:libthrift:0.9.3",
187 "qdox": "mvn:com.thoughtworks.qdox:qdox:2.0-M3", 188 "qdox": "mvn:com.thoughtworks.qdox:qdox:2.0-M3",
188 "org.apache.felix.scr.bnd": { 189 "org.apache.felix.scr.bnd": {
189 "uri": "mvn:org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT", 190 "uri": "mvn:org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT",
......