Add commons-net jar dependency

Change-Id: Ibc9ecc59b39829171ace9cd34a94091fd482e546
diff --git a/lib/BUCK b/lib/BUCK
index 9cdf06c..ebd35a4 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed, 15 Jan 2020 23:12:41 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Thu, 30 Jan 2020 12:43:04 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -287,6 +287,15 @@
 )
 
 remote_jar (
+  name = 'commons-net',
+  out = 'commons-net-3.5.jar',
+  url = 'mvn:commons-net:commons-net:jar:3.5',
+  sha1 = '342fc284019f590e1308056990fdb24a08f06318',
+  maven_coords = 'commons-net:commons-net:3.5',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
   name = 'commons-pool',
   out = 'commons-pool-1.6.jar',
   url = 'mvn:commons-pool:commons-pool:jar:1.6',
diff --git a/lib/deps.json b/lib/deps.json
index 23da5a3..4da1548 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -125,6 +125,7 @@
     "commons-lang3": "mvn:org.apache.commons:commons-lang3:3.6",
     "commons-logging": "mvn:commons-logging:commons-logging:1.2",
     "commons-math3": "mvn:org.apache.commons:commons-math3:3.6.1",
+    "commons-net": "mvn:commons-net:commons-net:jar:3.5",
     "commons-pool": "mvn:commons-pool:commons-pool:1.6",
     "commons-text": "mvn:org.apache.commons:commons-text:1.2",
     "commons-beanutils": "mvn:commons-beanutils:commons-beanutils:1.9.2",