mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 10:51:04 +02:00
Adds libthrift dependancy to lib BUCK
Change-Id: Id5ebf9b15815e1ff918b5e74e7fa49a6cc1c2df7
This commit is contained in:
parent
7a8bfc6caa
commit
3736f2fbe1
11
lib/BUCK
11
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',
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user