Compile against 2.13.3

So far, it was using a snapshot version. This implies also deleting
'source_under_test' as it causes an exception with the Buck version used
in latest bucklets.

Change-Id: Ib3eb0c77f9d95d548b49e500eff4fcef1a2a46f9
diff --git a/BUCK b/BUCK
index c15e58e..09293bd 100644
--- a/BUCK
+++ b/BUCK
@@ -48,7 +48,6 @@
   name = 'evict-cache_tests',
   srcs = glob(['src/test/java/**/*.java']),
   labels = ['evict-cache'],
-  source_under_test = [':evict-cache__plugin'],
   deps = TEST_DEPS,
 )
 
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index fe8119e..f6c68a4 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,11 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.13-SNAPSHOT'
-REPO = MAVEN_LOCAL
+VER = '2.13.3'
+REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
+  sha1 = '78df190269b0d5a4bc4f61ab3a66a49252b779eb',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,
@@ -14,6 +15,7 @@
 maven_jar(
   name = 'acceptance-framework',
   id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
+  sha1 = '76eceefa7e31c6945513c36c4d106066d1df3e63',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,