Compile against 2.14

Change-Id: I9f4dbe8c925a2321852102421ce225f43c866c3b
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 8d5f0e9..0d9e95d 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,11 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.14-SNAPSHOT'
-REPO = MAVEN_LOCAL
+VER = '2.14'
+REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'acceptance-framework',
   id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
+  sha1 = 'db1b79a9795e95d133e3f268323ee6c76a723fee',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,
@@ -14,6 +15,7 @@
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
+ sha1 = '836ef589b45b4adcb381ada3a0f6a9b0ceea5b98',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,