From a7501188326d656e14c40110ecb5dc238fa03adf Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Wed, 27 Sep 2017 12:54:33 +0000 Subject: [PATCH] Added Jackson declaration to gcube-bom. refs #9833 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/gcube-bom@154653 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 9 ++++++--- pom.xml | 21 ++++++++++++++++++++- 2 files changed, 26 insertions(+), 4 deletions(-) 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} + +