diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 9563967c..0cd7f707 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -16,7 +16,6 @@
6.7
2.1.0
2.2.23
- 1.2.1
h2
@@ -54,7 +53,26 @@
-
+
+ org.codehaus.mojo
+ properties-maven-plugin
+ 1.2.1
+
+
+
+ set-system-properties
+
+
+
+
+
+
+ quarkus.datasource.db-kind
+ ${build.database}
+
+
+
+
io.quarkus.platform
quarkus-maven-plugin
@@ -502,120 +520,24 @@
h2
-
-
-
- org.codehaus.mojo
- properties-maven-plugin
- ${properties-plugin.version}
-
-
-
- set-system-properties
-
-
-
-
-
-
- quarkus.datasource.db-kind
- h2
-
-
-
-
-
-
mysql
mysql
-
-
-
- org.codehaus.mojo
- properties-maven-plugin
- ${properties-plugin.version}
-
-
-
- set-system-properties
-
-
-
-
-
-
- quarkus.datasource.db-kind
- mysql
-
-
-
-
-
-
mariadb
mariadb
-
-
-
- org.codehaus.mojo
- properties-maven-plugin
- ${properties-plugin.version}
-
-
-
- set-system-properties
-
-
-
-
-
-
- quarkus.datasource.db-kind
- mariadb
-
-
-
-
-
-
postgresql
postgresql
-
-
-
- org.codehaus.mojo
- properties-maven-plugin
- ${properties-plugin.version}
-
-
-
- set-system-properties
-
-
-
-
-
-
- quarkus.datasource.db-kind
- postgresql
-
-
-
-
-
-