From fb09cafa167171df15f63832461b0d1e47b9d1b1 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 19 Oct 2023 12:52:25 +0200 Subject: [PATCH] pom: Added develop dependencies to review #TASK-2095 --- commons-datastore/commons-datastore-core/pom.xml | 10 +++++++++- .../commons-datastore-mongodb/pom.xml | 6 +++++- commons-datastore/pom.xml | 14 +++++++++++++- commons-lib/pom.xml | 12 ++++++++++-- 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 4b8bf458..cdb526d9 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -33,7 +33,15 @@ - + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + test + diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index fd010b4c..730f8253 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -58,7 +58,11 @@ test - + + org.slf4j + slf4j-simple + test + diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 4f9bf0f6..74a0f9fc 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -18,5 +18,17 @@ commons-datastore-mongodb commons-datastore-solr - + + + + org.slf4j + slf4j-simple + test + + + junit + junit + test + + diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 3852a1a3..30be49f9 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -59,7 +59,15 @@ provided - + + org.slf4j + slf4j-simple + test + + + com.fasterxml.jackson.core + jackson-databind + test + -