From 041c0abe649e23776d4d9d94f3d3ce50df844809 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 8 Oct 2019 10:55:28 +0200 Subject: [PATCH] don't crossPaths for akka-protobuf-v3, #27921 * otherwise akka-bench-jmh doesn't work * and there are no Scala dependencies in there, as far as I know --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 84d3af791c..dd3d7b4a25 100644 --- a/build.sbt +++ b/build.sbt @@ -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