Remove unneeded Hamcrest dependencies

Change-Id: I8426f40cacf3fd87b37e3b1a40a28186b060e2eb
diff --git a/lib/BUCK b/lib/BUCK
index bc8fc3c..7b06f7d 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Fri, 24 Feb 2017 18:59:18 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Sat, 25 Feb 2017 00:58:15 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -66,8 +66,6 @@
   exported_deps = [
     ':junit',
     ':easymock',
-    ':hamcrest-core',
-    ':hamcrest-library',
     ':hamcrest-all',
     ':guava-testlib',
     '//utils/junit:onlab-junit',
@@ -334,24 +332,6 @@
 )
 
 remote_jar (
-  name = 'hamcrest-core',
-  out = 'hamcrest-core-1.3.jar',
-  url = 'mvn:org.hamcrest:hamcrest-core:jar:1.3',
-  sha1 = '42a25dc3219429f0e5d060061f71acb49bf010a0',
-  maven_coords = 'org.hamcrest:hamcrest-core:jar:NON-OSGI:1.3',
-  visibility = [ 'PUBLIC' ],
-)
-
-remote_jar (
-  name = 'hamcrest-library',
-  out = 'hamcrest-library-1.3.jar',
-  url = 'mvn:org.hamcrest:hamcrest-library:jar:1.3',
-  sha1 = '4785a3c21320980282f9f33d0d1264a69040538f',
-  maven_coords = 'org.hamcrest:hamcrest-library:jar:NON-OSGI:1.3',
-  visibility = [ 'PUBLIC' ],
-)
-
-remote_jar (
   name = 'hk2-api',
   out = 'hk2-api-2.5.0-b30.jar',
   url = 'mvn:org.glassfish.hk2:hk2-api:jar:2.5.0-b30',