remove duplicate plugin
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1857c580 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1857c580 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1857c580 Branch: refs/heads/master Commit: 1857c5800d5f80fdd304c0ea58dc60d299b5b170 Parents: 1b9200c Author: Chul Kang <[email protected]> Authored: Tue Apr 3 19:17:16 2018 +0900 Committer: Chul Kang <[email protected]> Committed: Tue Apr 3 19:17:16 2018 +0900 ---------------------------------------------------------------------- s2rest_netty/build.sbt | 2 -- s2rest_play/build.sbt | 2 -- 2 files changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1857c580/s2rest_netty/build.sbt ---------------------------------------------------------------------- diff --git a/s2rest_netty/build.sbt b/s2rest_netty/build.sbt index 975ced5..eb547c1 100644 --- a/s2rest_netty/build.sbt +++ b/s2rest_netty/build.sbt @@ -20,8 +20,6 @@ import Common._ name := "s2rest_netty" -enablePlugins(JavaAppPackaging) - libraryDependencies ++= Seq( "com.google.guava" % "guava" % "12.0.1" force(), // use this old version of guava to avoid incompatibility "io.netty" % "netty-all" % "4.0.33.Final" http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1857c580/s2rest_play/build.sbt ---------------------------------------------------------------------- diff --git a/s2rest_play/build.sbt b/s2rest_play/build.sbt index 436295c..70e71dd 100644 --- a/s2rest_play/build.sbt +++ b/s2rest_play/build.sbt @@ -29,5 +29,3 @@ libraryDependencies ++= Seq(ws, filters, specs2 % Test).map(_.excludeLogging()) ) routesGenerator := StaticRoutesGenerator - -enablePlugins(JavaServerAppPackaging)
