Skip to content

Commit

Permalink
Merge pull request akka#17536 from akka/wip-bench-dep-patriknw
Browse files Browse the repository at this point in the history
=pro Use provided dependency from persistence in bench-jmh
  • Loading branch information
patriknw committed May 21, 2015
2 parents 99402e4 + fe144aa commit 53c5d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AkkaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object AkkaBuild extends Build {
lazy val benchJmh = Project(
id = "akka-bench-jmh",
base = file("akka-bench-jmh"),
dependencies = Seq(actor, persistence, testkit).map(_ % "compile;compile->test;provided->test")
dependencies = Seq(actor, persistence, testkit).map(_ % "compile;compile->test;provided->provided")
).disablePlugins(ValidatePullRequest)

lazy val remote = Project(
Expand Down

0 comments on commit 53c5d97

Please sign in to comment.