Skip to content

Commit

Permalink
Concat service files in etl
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Jul 26, 2017
1 parent b4600dd commit 5c30544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spark-etl/build.sbt
Expand Up @@ -9,6 +9,7 @@ libraryDependencies ++= Seq(
test in assembly := {}

assemblyMergeStrategy in assembly := {
case s if s.startsWith("META-INF/services") => MergeStrategy.concat
case "reference.conf" => MergeStrategy.concat
case "application.conf" => MergeStrategy.concat
case "META-INF/MANIFEST.MF" => MergeStrategy.discard
Expand Down

0 comments on commit 5c30544

Please sign in to comment.