Revert "Do not include replication and delete-project into the jar"

This reverts commit ca08dadd63c615441672cd7d1f365f347c4822d1.

Reason for revert: It was the wrong choice as all the dependencies must be shaded

Change-Id: Ic2a431d91ec4922fe6442c543ecb7face9f64999
diff --git a/BUILD b/BUILD
index 6072201..8a51a1e 100644
--- a/BUILD
+++ b/BUILD
@@ -16,11 +16,11 @@
     ],
     resources = glob(["src/main/resources/**/*"]),
     deps = [
-        ":delete-project-neverlink",
         ":events-broker-neverlink",
         ":healthcheck-neverlink",
         ":replication",
         "//lib/commons:io",
+        "//plugins/delete-project",
         "@commons-lang3//jar",
     ],
 )
@@ -100,9 +100,3 @@
     name = "replication",
     exports = ["//plugins/replication"],
 )
-
-java_library(
-    name = "delete-project-neverlink",
-    neverlink = 1,
-    exports = ["//plugins/delete-project"],
-)
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index bfc2974..247ff23 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -12,13 +12,6 @@
 local path as replication source. This makes e.g. sense if a network
 share is mounted to which the repositories should be replicated from.
 
-Installation
-------------
-
-This plugin depends on the replication and delete-project plugins,
-therefore requires them to be installed as well into the
-`$GERRIT_SITE/plugins` directory.
-
 Access
 ------