diff --git a/dhp-common/pom.xml b/dhp-common/pom.xml
index da8644145..1dc3208b5 100644
--- a/dhp-common/pom.xml
+++ b/dhp-common/pom.xml
@@ -91,7 +91,6 @@
com.squareup.okhttp3
okhttp
- 4.7.2
diff --git a/dhp-workflows/dhp-graph-mapper/pom.xml b/dhp-workflows/dhp-graph-mapper/pom.xml
index c89e9e407..a0a334e3c 100644
--- a/dhp-workflows/dhp-graph-mapper/pom.xml
+++ b/dhp-workflows/dhp-graph-mapper/pom.xml
@@ -41,44 +41,13 @@
-
-
-
-
-
-
-
-
-
-
org.apache.commons
commons-compress
- 1.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
commons-io
commons-io
@@ -140,21 +109,14 @@
org.apache.httpcomponents
httpmime
-
-
-
-
-
-
+
com.github.victools
jsonschema-generator
- 4.13.0
test
org.json4s
json4s-jackson_2.11
- 3.5.3
diff --git a/pom.xml b/pom.xml
index 4908d4db3..e88e1d51b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,6 +417,32 @@
+
+
+
+ com.squareup.okhttp3
+ okhttp
+ ${okhttp.version}
+
+
+
+ org.apache.commons
+ commons-compress
+ ${common.compress.version}
+
+
+
+ org.json4s
+ json4s-jackson_2.11
+ ${json4s.version}
+
+
+
+ com.github.victools
+ jsonschema-generator
+ ${jsonschemagenerator.version}
+
+
@@ -639,5 +665,9 @@
[2.12,3.0)
3.1.0
7.5.0
+ 4.7.2
+ 1.1
+ 3.5.3
+ 4.13.0