Skip to content

Commit

Permalink
Include dependencies in shaded jar (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieun authored and MikeGost committed Apr 11, 2018
1 parent 266059f commit 8c9cb93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ dependencies
{
compile packages.atlas
compile packages.spark.core

shaded project.configurations.getByName('compile')
}

task integrationTest(type: Test) {
Expand Down

0 comments on commit 8c9cb93

Please sign in to comment.