From 5bed108d3b0827dde2d42dbd0733363202c60e97 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:13:45 +0100 Subject: [PATCH] chore: swap ClickHouse deps for PostgreSQL, Flyway, OpenSearch Co-Authored-By: Claude Sonnet 4.6 --- cameleer3-server-app/pom.xml | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/cameleer3-server-app/pom.xml b/cameleer3-server-app/pom.xml index 9ef6d3e8..9194dc02 100644 --- a/cameleer3-server-app/pom.xml +++ b/cameleer3-server-app/pom.xml @@ -36,10 +36,26 @@ spring-boot-starter-jdbc - com.clickhouse - clickhouse-jdbc - 0.9.7 - all + org.postgresql + postgresql + + + org.flywaydb + flyway-core + + + org.flywaydb + flyway-database-postgresql + + + org.opensearch.client + opensearch-java + 2.19.0 + + + org.opensearch.client + opensearch-rest-client + 2.19.0 org.springdoc @@ -96,8 +112,13 @@ org.testcontainers - testcontainers-clickhouse - 2.0.3 + postgresql + test + + + org.opensearch + opensearch-testcontainers + 2.1.1 test