diff --git a/gateway-ha/pom.xml b/gateway-ha/pom.xml
index fd5c63099..2b2bd8ef0 100644
--- a/gateway-ha/pom.xml
+++ b/gateway-ha/pom.xml
@@ -142,13 +142,6 @@
metrics-healthchecks
-
-
- io.trino
- trino-jdbc
- ${dep.trino.version}
-
-
jakarta.annotation
jakarta.annotation-api
@@ -175,12 +168,6 @@
joda-time
-
- mysql
- mysql-connector-java
- ${dep.mysqlconnector.version}
-
-
org.apache.commons
commons-pool2
@@ -282,12 +269,6 @@
2.5.1.Final
-
- org.postgresql
- postgresql
- ${dep.postgresql.version}
-
-
org.reflections
reflections
@@ -299,6 +280,28 @@
slf4j-api
+
+
+ io.trino
+ trino-jdbc
+ ${dep.trino.version}
+ runtime
+
+
+
+ mysql
+ mysql-connector-java
+ ${dep.mysqlconnector.version}
+ runtime
+
+
+
+ org.postgresql
+ postgresql
+ ${dep.postgresql.version}
+ runtime
+
+
com.github.tomakehurst