Merge pull request #27925 from akka/wip-27921-more-target-patriknw

don't crossPaths for akka-protobuf-v3, #27921
This commit is contained in:
Patrik Nordwall 2019-10-08 18:51:37 +02:00 committed by GitHub
commit bd724e85f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,6 +292,7 @@ lazy val protobufV3 = akkaModule("akka-protobuf-v3")
.rename("com.google.protobuf.**" -> "akka.protobufv3.internal.@1")
.inLibrary(Dependencies.Compile.protobufRuntime)),
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false, includeBin = false),
crossPaths := false,
autoScalaLibrary := false, // do not include scala dependency in pom
exportJars := true, // in dependent projects, use assembled and shaded jar
makePomConfiguration := makePomConfiguration.value