[ODTN] OpenConfig device discovery

Change-Id: Iac2917ac8a65de662b55b238b920936635fc45f4
diff --git a/lib/BUCK b/lib/BUCK
index 3ae6307..031b328 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Sat, 21 Apr 2018 05:05:33 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 7 May 2018 18:44:21 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -251,6 +251,33 @@
 )
 
 remote_jar (
+  name = 'commons-jxpath',
+  out = 'commons-jxpath-1.3.jar',
+  url = 'mvn:commons-jxpath:commons-jxpath:jar:1.3',
+  sha1 = 'c22d7d0f0f40eb7059a23cfa61773a416768b137',
+  maven_coords = 'commons-jxpath:commons-jxpath:1.3',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+  name = 'commons-beanutils',
+  out = 'commons-beanutils-1.9.2.jar',
+  url = 'mvn:commons-beanutils:commons-beanutils:jar:1.9.2',
+  sha1 = '7a87d845ad3a155297e8f67d9008f4c1e5656b71',
+  maven_coords = 'commons-beanutils:commons-beanutils:1.9.2',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+  name = 'jdom',
+  out = 'jdom-1.0.jar',
+  url = 'mvn:jdom:jdom:jar:1.0',
+  sha1 = 'a2ac1cd690ab4c80defe7f9bce14d35934c35cec',
+  maven_coords = 'jdom:jdom:jar:NON-OSGI:1.0',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
   name = 'commons-lang',
   out = 'commons-lang-2.6.jar',
   url = 'mvn:commons-lang:commons-lang:jar:2.6',
@@ -305,15 +332,6 @@
 )
 
 remote_jar (
-  name = 'commons-beanutils',
-  out = 'commons-beanutils-1.9.2.jar',
-  url = 'mvn:commons-beanutils:commons-beanutils:jar:1.9.2',
-  sha1 = '7a87d845ad3a155297e8f67d9008f4c1e5656b71',
-  maven_coords = 'commons-beanutils:commons-beanutils:1.9.2',
-  visibility = [ 'PUBLIC' ],
-)
-
-remote_jar (
   name = 'concurrent-trees',
   out = 'concurrent-trees-2.6.1.jar',
   url = 'mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1',
diff --git a/lib/deps.json b/lib/deps.json
index 46d6d30..73067f7 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -121,6 +121,9 @@
     "commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
     "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",
     "commons-io": "mvn:commons-io:commons-io:2.6",
+    "commons-jxpath": "mvn:commons-jxpath:commons-jxpath:1.3",
+    "commons-beanutils": "mvn:commons-beanutils:commons-beanutils:1.9.3",
+    "jdom": "mvn:jdom:jdom:1.0",
     "commons-lang": "mvn:commons-lang:commons-lang:2.6",
     "commons-lang3": "mvn:org.apache.commons:commons-lang3:3.6",
     "commons-logging": "mvn:commons-logging:commons-logging:1.2",