Skip to content

Commit

Permalink
include all supported databases - use dirigible-components-group-data…
Browse files Browse the repository at this point in the history
…base
  • Loading branch information
iliyan-velichkov committed Sep 27, 2024
1 parent 99b14a7 commit e5cc51b
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<groupId>com.codbex.kronos</groupId>
<artifactId>codbex-kronos-components-template-abap</artifactId>
</dependency>

<dependency>
<groupId>com.codbex.kronos</groupId>
<artifactId>codbex-kronos-components-template-snowflake-function-api</artifactId>
Expand All @@ -216,27 +216,6 @@
<artifactId>codbex-kronos-components-template-python</artifactId>
</dependency>

<!-- Dialects -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-database-mongodb-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-database-sql-snowflake</artifactId>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e5cc51b

Please sign in to comment.