Skip to content

Commit

Permalink
remove the Akka gRPC dependecies from the kamon-play POM, fixes #844
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 31, 2020
1 parent e357bac commit 4915fdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions instrumentation/kamon-play/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ libraryDependencies ++= { if(scalaBinaryVersion.value == "2.11") Seq.empty else
"com.typesafe.play" %% "play-logback" % `Play-2.8-version` % "test-play-2.8",
)}

// We are explicitly removing the gRPC-related dependencies because they are not published for Scala 2.11.
PB.additionalDependencies := { if(scalaBinaryVersion.value == "2.11") Seq.empty else PB.additionalDependencies.value }
// We are explicitly removing the gRPC-related dependencies because the are manually added
// on the Test configuration for Play 2.8.
PB.additionalDependencies := Seq.empty


/**
Expand Down

0 comments on commit 4915fdc

Please sign in to comment.