Skip to content

Datomic Cloud & Muuntaja deps #121

@eneroth

Description

@eneroth

FYI,

In order for Muuntaja to work with Datomic Cloud, these deps (as of right now) need to be included in the root:

{com.fasterxml.jackson.core/jackson-core                {:mvn/version "2.10.1"}
 com.fasterxml.jackson.core/jackson-databind            {:mvn/version "2.10.1"}
 com.fasterxml.jackson.datatype/jackson-datatype-jsr310 {:mvn/version "2.10.1"}}

And the same need to be excluded from Muuntaja:

{metosin/muuntaja {:mvn/version "0.6.8"
                   :exclusions  [com.fasterxml.jackson.core/jackson-core
                                 com.fasterxml.jackson.core/jackson-databind
                                 com.fasterxml.jackson.datatype/jackson-datatype-jsr310]}}

Love Muuntaja though, it's great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions