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