Fix publishing and update organization (groupId)
- fix problem with double organization in pom - fix scaladoc generation by adding class dir to doc classpath in akka-actor - update organization to com.typesafe.akka
This commit is contained in:
parent
78193d7a62
commit
972f4b538f
4 changed files with 12 additions and 12 deletions
|
|
@ -53,7 +53,7 @@ object ActorSerialization {
|
|||
replicationScheme: ReplicationScheme): Array[Byte] =
|
||||
toBinary(a, srlMailBox, replicationScheme)
|
||||
|
||||
@deprecated("BROKEN, REMOVE ME")
|
||||
@deprecated("BROKEN, REMOVE ME", "NOW")
|
||||
private[akka] def toSerializedActorRefProtocol[T <: Actor](
|
||||
actorRef: ActorRef,
|
||||
serializeMailBox: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue