Merge "Fix loading js map" into stable-3.0
diff --git a/WORKSPACE b/WORKSPACE
index 9809c96..e1caa7a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -907,12 +907,6 @@
     sha1 = "92bf48723d277d6efd1150b2f7e9e1e92cb56caf",
 )
 
-maven_jar(
-    name = "objenesis",
-    artifact = "org.objenesis:objenesis:1.3",
-    sha1 = "dc13ae4faca6df981fc7aeb5a522d9db446d5d50",
-)
-
 POWERM_VERS = "1.6.1"
 
 maven_jar(
@@ -957,13 +951,6 @@
     sha1 = "3e83394258ae2089be7219b971ec21a8288528ad",
 )
 
-maven_jar(
-    name = "derby",
-    artifact = "org.apache.derby:derby:10.12.1.1",
-    attach_source = False,
-    sha1 = "75070c744a8e52a7d17b8b476468580309d5cd09",
-)
-
 JETTY_VERS = "9.4.14.v20181114"
 
 maven_jar(
diff --git a/lib/BUILD b/lib/BUILD
index 9dce60a..c995d3b 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -424,13 +424,6 @@
 )
 
 java_library(
-    name = "derby",
-    data = ["//lib:LICENSE-Apache2.0"],
-    visibility = ["//visibility:public"],
-    exports = ["@derby//jar"],
-)
-
-java_library(
     name = "soy",
     data = ["//lib:LICENSE-Apache2.0"],
     visibility = ["//visibility:public"],
diff --git a/plugins/replication b/plugins/replication
index 6a4105d..1c82d0a 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 6a4105d7f3dc09fe2eb7cb15901178eab7723a44
+Subproject commit 1c82d0a26c43eefd1f37c1428e92ca80ea9a8be0