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

@ -56,8 +56,6 @@ object OSGi {
val distributedData = exports(Seq("akka.cluster.ddata.*"))
val contrib = exports(Seq("akka.contrib.*"))
val osgi = exports(Seq("akka.osgi.*"))
val protobuf = exports(Seq("akka.protobuf.*"))