diff --git a/pom.xml b/pom.xml
index b7ae67f8..eda999b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,18 +45,11 @@
nos-devel@redhat.com
true
false
- 3.7
+ 2.15.2
-
- org.commonjava.boms
- web-commons-bom
- 27
- import
- pom
-
org.commonjava.atlas
atlas-identities
@@ -85,7 +78,43 @@
org.apache.commons
commons-lang3
- ${commonslangVersion}
+ 3.7
+
+
+ commons-codec
+ commons-codec
+ 1.15
+
+
+ org.slf4j
+ slf4j-api
+ 2.0.7
+
+
+ ch.qos.logback
+ logback-classic
+ 1.2.13
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jacksonVerison}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jacksonVerison}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jacksonVerison}
+
+
+
+ junit
+ junit
+ 4.13.2