From 46da9d4235cb8c3654c74f96ed8f32a4f55a2fe8 Mon Sep 17 00:00:00 2001 From: Iliyan Velichkov Date: Fri, 27 Sep 2024 13:41:06 +0300 Subject: [PATCH] include all supported databases (#647) --- application/pom.xml | 23 +---------------------- pom.xml | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index b711bdb42..2ed7f1b14 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -205,7 +205,7 @@ com.codbex.kronos codbex-kronos-components-template-abap - + com.codbex.kronos codbex-kronos-components-template-snowflake-function-api @@ -216,27 +216,6 @@ codbex-kronos-components-template-python - - - org.postgresql - postgresql - - - org.eclipse.dirigible - dirigible-database-mongodb-jdbc - - - com.sap.cloud.db.jdbc - ngdbc - - - org.eclipse.dirigible - dirigible-database-sql-snowflake - - - net.snowflake - snowflake-jdbc - diff --git a/pom.xml b/pom.xml index d0f3d86e3..402d9011d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.codbex.platform codbex-platform-parent - 1.0.37 + 1.0.38