Generate a test rule to run checkstyle for an onos jar file
Change-Id: I21da8d353d592de847cc019875baa59786500cfe
diff --git a/lib/BUCK b/lib/BUCK
index 12f9b45..2347630 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed, 13 Jun 2018 22:38:24 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue, 19 Jun 2018 22:30:22 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -224,6 +224,15 @@
)
remote_jar (
+ name = 'commons-cli',
+ out = 'commons-cli-1.3.jar',
+ url = 'mvn:commons-cli:commons-cli:jar:1.3',
+ sha1 = 'a48653b6bcd06b5e61ed63739ca601701fcb6a6c',
+ maven_coords = 'commons-cli:commons-cli:1.3',
+ visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
name = 'commons-collections',
out = 'commons-collections-3.2.2.jar',
url = 'mvn:commons-collections:commons-collections:jar:3.2.2',