From 463e72c48c15ca2d6b6984623bb41d0bf20a66bf Mon Sep 17 00:00:00 2001 From: bema Date: Mon, 9 Jan 2023 11:53:29 +0100 Subject: [PATCH] Organized POM file --- REST_XSLT/pom.xml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/REST_XSLT/pom.xml b/REST_XSLT/pom.xml index 4009c56..546cf7f 100644 --- a/REST_XSLT/pom.xml +++ b/REST_XSLT/pom.xml @@ -12,6 +12,7 @@ 11 11 UTF-8 + 2.11.0 @@ -72,27 +73,24 @@ - - com.fasterxml.jackson.core - jackson-core - 2.11.0 - - - com.fasterxml.jackson.core - jackson-databind - 2.11.0 - com.sparkjava spark-core 2.9.3 + + - org.slf4j - slf4j-simple - 1.6.2 - test + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + net.sf.saxon @@ -105,6 +103,13 @@ 2.7.2 + + + org.slf4j + slf4j-simple + 1.6.2 + test + org.slf4j jcl-over-slf4j @@ -128,7 +133,7 @@ log4j 1.2.14 - + \ No newline at end of file