Skip to content

Commit

Permalink
Add version suffix for akka-context-propagation module. (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming authored Aug 19, 2020
1 parent 0fb7614 commit 9aa64ab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
apply from: "$rootDir/gradle/instrumentation.gradle"
apply from: "$rootDir/gradle/test-with-scala.gradle"

muzzle {
pass {
group = 'com.typesafe.akka'
module = 'akka-actor_2.11'
versions = "[2.5.0,)"
}
}

dependencies {
implementation project(':instrumentation:java-concurrent')
compileOnly group: 'com.typesafe.akka', name: 'akka-actor_2.11', version: '2.5.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include ':utils:test-utils'
include ':smoke-tests'

// instrumentation:
include ':instrumentation:akka-context-propagation'
include ':instrumentation:akka-context-propagation-2.5'
include ':instrumentation:akka-http-10.0'
include ':instrumentation:apache-httpasyncclient-4.0'
include ':instrumentation:apache-httpclient:apache-httpclient-2.0'
Expand Down

0 comments on commit 9aa64ab

Please sign in to comment.