Remove CORD config dependency from SR
SR now offers a clean way to config OLT control and data plane traffic.
For OLT data traffic, we can use vlanTagged config.
For OLT control traffic, we can use vlanUntagged/vlanNative + host config.
Change-Id: Icf7d345374d572711798a55b5a2349ad1f5d1fc9
diff --git a/lib/BUCK b/lib/BUCK
index 91e5ea2..dfa753d 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Tue, 23 May 2017 18:42:38 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed, 24 May 2017 22:29:27 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -1065,15 +1065,6 @@
)
remote_jar (
- name = 'cord-config',
- out = 'cord-config-1.0-b1.jar',
- url = 'mvn:org.onosproject:cord-config:jar:1.0-b1',
- sha1 = 'f64604f7e8b76440ed15e2c14224360cd3ed2325',
- maven_coords = 'org.onosproject:cord-config:1.0-b1',
- visibility = [ 'PUBLIC' ],
-)
-
-remote_jar (
name = 'libthrift',
out = 'libthrift-0.9.3.jar',
url = 'mvn:org.apache.thrift:libthrift:jar:0.9.3',
diff --git a/lib/deps.json b/lib/deps.json
index a365106..bc384ea 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -196,7 +196,6 @@
"apache-karaf": "http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.8-offline-20170202.tar.gz",
"bndlib": "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0",
"bndexe": "http://onlab.vicci.org/onos/third-party/biz.aQute.bnd-3.1.0.jar",
- "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": {