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