[ONOS-5724],[ONOS-5725],[ONOS-5736] onos buck plugin modifications for support of private package property.

Change-Id: Ic3a2f13c14816e803debc208826445ef27b49a4f
diff --git a/lib/BUCK b/lib/BUCK
index 45e155b..69e6afd 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon, 27 Feb 2017 19:42:10 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue, 28 Feb 2017 04:50:50 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -1211,3 +1211,12 @@
   visibility = [ 'PUBLIC' ],
 )
 
+remote_jar (
+  name = 'plexus-utils',
+  out = 'plexus-utils-3.0.24.jar',
+  url = 'mvn:org.codehaus.plexus:plexus-utils:jar:3.0.24',
+  sha1 = 'b4ac9780b37cb1b736eae9fbcef27609b7c911ef',
+  maven_coords = 'org.codehaus.plexus:plexus-utils:jar:NON-OSGI:3.0.24',
+  visibility = [ 'PUBLIC' ],
+)
+