Skip to content

Commit

Permalink
fixed pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gakuzzzz committed Jul 5, 2015
1 parent 73af0a4 commit 3016950
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,12 @@ object ApplicationBuild extends Build {
name := appName + "-social",
libraryDependencies += "com.typesafe.play" %% "play" % playVersion % "provided",
libraryDependencies += "com.typesafe.play" %% "play-ws" % playVersion % "provided",
libraryDependencies += "com.typesafe.play" %% "play-cache" % playVersion % "provided"
).dependsOn(core)
publishMavenStyle := appPublishMavenStyle,
publishArtifact in Test := appPublishArtifactInTest,
pomIncludeRepository := appPomIncludeRepository,
publishTo <<=(version)(appPublishTo),
pomExtra := appPomExtra
).dependsOn(core)

lazy val socialSample = Project("social-sample", file("social-sample"))
.enablePlugins(play.sbt.PlayScala)
Expand Down

0 comments on commit 3016950

Please sign in to comment.