You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ma...@apache.org on 2017/06/21 01:45:26 UTC

incubator-gearpump git commit: [GEARPUMP-318] Exclude maven-plugin-api dependency from sbt-assembly

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 83e1eb636 -> 2877c81b6


[GEARPUMP-318] Exclude maven-plugin-api dependency from sbt-assembly

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

Author: manuzhang <ow...@gmail.com>

Closes #188 from manuzhang/sbt-assembly.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/2877c81b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/2877c81b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/2877c81b

Branch: refs/heads/master
Commit: 2877c81b6ffd48b7e781aa2a476728c7252e7224
Parents: 83e1eb6
Author: manuzhang <ow...@gmail.com>
Authored: Wed Jun 21 09:45:02 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Wed Jun 21 09:45:12 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/2877c81b/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e622071..33a7e50 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,7 +22,8 @@ resolvers += Classpaths.sbtPluginReleases
 
 addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
 
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4"
+  exclude("org.apache.maven", "maven-plugin-api"))
 
 addSbtPlugin("io.gearpump.sbt" % "sbt-pack" % "0.7.7")