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 61b4348..23ee48a 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed, 24 May 2017 17:53:59 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Thu, 25 May 2017 00:22:02 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -1064,15 +1064,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',