Remove ApiMayChange from coordination module (#27026)

Note that it will be fully stable in 2.6.0 so no guarantees for milestones before that.

* remove api may change from sharding lease settings
* mima
* Remove settings from module
This commit is contained in:
Christopher Batey 2019-05-29 14:41:16 +01:00 committed by Patrik Nordwall
parent 37f42d3220
commit 3888de23ed
12 changed files with 4 additions and 33 deletions

View file

@ -455,7 +455,6 @@ lazy val coordination = akkaModule("akka-coordination")
.settings(Dependencies.coordination)
.settings(AutomaticModuleName.settings("akka.coordination"))
.settings(OSGi.coordination)
.settings(AkkaBuild.mayChangeSettings)
def akkaModule(name: String): Project =
Project(id = name, base = file(name))