Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions hystrix-serialization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ targetCompatibility = JavaVersion.VERSION_1_6
dependencies {
compileApi project(':hystrix-core')

//if we bump into the the 2.8.0 series, we are forced to use Java7
compileApi 'com.fasterxml.jackson.core:jackson-core:2.7.5'
compileApi 'com.fasterxml.jackson.core:jackson-databind:2.7.5'
compileApi 'com.fasterxml.jackson.core:jackson-annotations:2.7.5'
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5'
compileApi 'com.fasterxml.jackson.core:jackson-core:2.10.5'
compileApi 'com.fasterxml.jackson.core:jackson-databind:2.10.5'
compileApi 'com.fasterxml.jackson.core:jackson-annotations:2.10.5'
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.10.5'

testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-all:1.9.5'
Expand Down