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',