Remove akka-contrib (#26769)

* Remove akka-contrib #26183

This module has been deprecated since 2.5 and is removed in 2.6
This commit is contained in:
Arnout Engelen 2019-05-02 12:09:11 +02:00 committed by GitHub
parent 80fddd2317
commit 282b38e832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 7 additions and 3975 deletions

View file

@ -48,7 +48,6 @@ lazy val aggregatedProjects: Seq[ProjectReference] = List[ProjectReference](
clusterShardingTyped,
clusterTools,
clusterTyped,
contrib,
coordination,
discovery,
distributedData,
@ -162,26 +161,6 @@ lazy val clusterTools = akkaModule("akka-cluster-tools")
.configs(MultiJvm)
.enablePlugins(MultiNode, ScaladocNoVerificationOfDiagrams)
lazy val contrib = akkaModule("akka-contrib")
.dependsOn(remote, remoteTests % "test->test", cluster, clusterTools, persistence % "compile->compile")
.settings(Dependencies.contrib)
.settings(AutomaticModuleName.settings("akka.contrib"))
.settings(OSGi.contrib)
.settings(description :=
"""|
|This subproject provides a home to modules contributed by external
|developers which may or may not move into the officially supported code
|base over time. A module in this subproject doesn't have to obey the rule
|of staying binary compatible between minor releases. Breaking API changes
|may be introduced in minor releases without notice as we refine and
|simplify based on your feedback. A module may be dropped in any release
|without prior deprecation. The Lightbend subscription does not cover
|support for these modules.
|""".stripMargin)
.configs(MultiJvm)
.enablePlugins(MultiNode, ScaladocNoVerificationOfDiagrams)
.disablePlugins(MimaPlugin)
lazy val distributedData = akkaModule("akka-distributed-data")
.dependsOn(cluster % "compile->compile;test->test;multi-jvm->multi-jvm")
.settings(Dependencies.distributedData)