waterdog-oss / outbox-event-bus

A technology agnostic event bus
MIT License
3 stars 1 forks source link

Two versions of jackson are referenced. #10

Closed felix19350 closed 5 years ago

felix19350 commented 5 years ago

Stupid error on build.gradle:

 "jackson"     : [
                    "core"    : "com.fasterxml.jackson.core:jackson-core:${versions.jackson}",
                    "databind": "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}",
                    "kotlin"  : "com.fasterxml.jackson.module:jackson-module-kotlin:${versions.jackson}",
                    "jsr310"  : "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.2"
            ],

jsr310 should use the same jackson version...

felix19350 commented 5 years ago

Closed by pull request #11