Skip to content

Commit

Permalink
fix not found jackson deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harbby committed Aug 24, 2020
1 parent 0615679 commit d3c75fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
guice : '4.2.1',
gadtry : '1.7.2',
guava : '27.0-jre',
jackson : '2.9.5',
jackson : '2.9.8',
jersey : '2.28',
scala_binary_version: '2.11'
]
Expand Down
3 changes: 2 additions & 1 deletion sylph-connectors/flink-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ dependencies {
exclude(module: 'flink-shaded-hadoop2')
}
compile group: 'org.apache.flink', name: 'flink-connector-kafka-0.11_2.12', version: deps.flink
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: deps.jackson

compileOnly project(":sylph-api")
compile 'com.jayway.jsonpath:json-path:2.4.0'

testCompile group: 'org.javassist', name: 'javassist', version: '3.26.0-GA'
testCompile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: deps.jackson

compile group: 'com.github.harbby', name: 'gadtry', version: deps.gadtry

testCompile project(':sylph-runners:sylph-runner-flink')
Expand Down

0 comments on commit d3c75fb

Please sign in to comment.