Skip to content

Commit

Permalink
exclude mongodb by default
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Nov 23, 2023
1 parent 43ad075 commit 20f5d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-database-mongodb-jdbc</artifactId>
<version>9.0.0-SNAPSHOT</version>
</dependency>
<!--
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
Expand Down

0 comments on commit 20f5d09

Please sign in to comment.