diff --git a/distro/changelog.xml b/distro/changelog.xml index 9ddc9a9..759bea1 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,10 +1,13 @@ - - Change version of accounting-lib and document-store-lib + + Added Jackson libraries - + + Changed version of accounting-lib and document-store-lib + + Removed wrong scope on dependency declaration diff --git a/pom.xml b/pom.xml index 6f44edc..2e7c1b0 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,14 @@ org.gcube.distribution gcube-bom - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT pom gCube BOM This artifact contains gCube commons library version declaration for dependency management + 2.6.0 + UTF-8 distro @@ -157,6 +159,23 @@ 1.7.5 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + +