Skip to content

Commit

Permalink
Fixes integration with latest version of Finatra (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem authored May 28, 2020
1 parent dbec1fb commit 6aee383
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions instrumentation/finatra-2.9/finatra-2.9.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ dependencies {
testCompile project(':instrumentation:netty:netty-4.1')

testCompile group: 'com.twitter', name: 'finatra-http_2.11', version: '19.12.0'
testCompile(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10') {
force = true
}
testCompile(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10')
// Required for older versions of finatra on JDKs >= 11
testCompile group: 'com.sun.activation', name: 'javax.activation', version: '1.2.0'

latestDepTestCompile project(':instrumentation:netty:netty-4.1')
latestDepTestCompile group: 'com.twitter', name: 'finatra-http_2.11', version: '+'
latestDepTestCompile(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0')
}

compileLatestDepTestGroovy {
Expand Down

0 comments on commit 6aee383

Please sign in to comment.