Fix missing deps on java_test() rules

Change-Id: I5de4de41364076aecdba397692ab188084f28b32
diff --git a/gerrit-acceptance-tests/BUCK b/gerrit-acceptance-tests/BUCK
index 9e31d66..6b4c2bf 100644
--- a/gerrit-acceptance-tests/BUCK
+++ b/gerrit-acceptance-tests/BUCK
@@ -24,6 +24,8 @@
     '//lib:junit',
     '//lib:servlet-api-3_0',
 
+    '//lib/log:impl_log4j',
+    '//lib/log:log4j',
     '//lib/guice:guice',
     '//lib/jgit:jgit',
     '//lib/jgit:junit',
diff --git a/gerrit-gwtexpui/BUCK b/gerrit-gwtexpui/BUCK
index 4e6774d..41625ff 100644
--- a/gerrit-gwtexpui/BUCK
+++ b/gerrit-gwtexpui/BUCK
@@ -90,6 +90,7 @@
   deps = [
     ':SafeHtml',
     '//lib:junit',
+    '//lib/gwt:user',
     '//lib/gwt:dev',
   ],
   source_under_test = [':SafeHtml'],
diff --git a/gerrit-pgm/BUCK b/gerrit-pgm/BUCK
index 2dc3288..0746bdf 100644
--- a/gerrit-pgm/BUCK
+++ b/gerrit-pgm/BUCK
@@ -47,8 +47,11 @@
   srcs = glob(['src/test/java/**/*.java']),
   deps = [
     ':pgm',
+    '//gerrit-server:server',
     '//lib:junit',
     '//lib:easymock',
+    '//lib/guice:guice',
+    '//lib/jgit:jgit',
     '//lib/jgit:junit',
   ],
   source_under_test = [':pgm'],
diff --git a/plugins/replication b/plugins/replication
index e7d3274..6b5ca01 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit e7d327447da27f060d0f9c0db6b52dfbe25ec48f
+Subproject commit 6b5ca0107992973f5d8b3b9b35bd68653d8c2219