From f8d7a15c3265ed6a2f3bfd437703d8a2484e4128 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Tue, 29 Mar 2022 11:29:05 +0200 Subject: [PATCH] converted all explicit dependencies version to maven property --- pom.xml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index b740d66..346ea56 100644 --- a/pom.xml +++ b/pom.xml @@ -285,13 +285,13 @@ me.xuender unidecode - 0.0.7 + ${dhp.unidecode.version} org.slf4j jcl-over-slf4j - 1.7.25 + ${dhp.slf4j.version} provided @@ -304,7 +304,7 @@ com.github.sisyphsu dateparser - 1.0.7 + ${dhp.dateparser.version} @@ -316,13 +316,13 @@ commons-codec commons-codec - 1.9 + ${dhp.commons.codec.version} commons-io commons-io - 2.4 + ${dhp.commons.io.version} @@ -336,7 +336,7 @@ javax.persistence javax.persistence-api - 2.2 + ${dhp.javax.persistence.api.version} provided @@ -357,14 +357,14 @@ io.swagger.core.v3 swagger-annotations - 2.1.12 + ${dhp.swagger.annotations.version} javax.validation validation-api - 2.0.1.Final + ${dhp.validation.api.version} @@ -432,12 +432,23 @@ com.github.imifou jsonschema-module-addon - 1.2.1 + ${dhp.jsonschema.module.addon.version} + + + 1.0.7 + 1.2.1 + 2.0.1.Final + 2.1.12 + 2.2 + 1.9 + 2.4 + 1.7.25 + 0.0.7 1.5.20 UTF-8 UTF-8