You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2017/03/21 20:49:18 UTC

incubator-toree git commit: [TOREE-393] Update assembly plugin to version 0.14.4

Repository: incubator-toree
Updated Branches:
  refs/heads/master ca4b86be7 -> 0e7c23163


[TOREE-393] Update assembly plugin to version 0.14.4

Update assembly plugin to latest version to avoid
build issues while trying to shade dependencies.

Closes #114.


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/0e7c2316
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/0e7c2316
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/0e7c2316

Branch: refs/heads/master
Commit: 0e7c231634c98988d40b513c0128dc4be9a958ee
Parents: ca4b86b
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Mar 16 10:55:27 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Mar 21 13:48:05 2017 -0700

----------------------------------------------------------------------
 project/plugins.sbt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/0e7c2316/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1bfc875..7474cb1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,11 +20,12 @@ logLevel := Level.Warn
 // Provides the ability to generate unifed documentation for multiple projects
 addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.0")
 
-// Provides abilit to create an uber-jar
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.0")
+// Provides abilit to create an uber-jar with shaded dependencies
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
 
 // Provides a generated build info object to sync between build and application
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
 
 //  Used for signing jars published via `sbt publish-signed`
 addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+