liquibase / liquibase-oracle

Liquibase extension to add improved Oracle support
Apache License 2.0
44 stars 40 forks source link

Unwanted dependency on liquibase-commercial #189

Closed meisenla closed 2 weeks ago

meisenla commented 2 months ago

Since version 4.27.0 liquibase-oracle has a dependency on liquibase-commercial due to changes in liquibase-parent-pom. This forces the dependency on projects that do not use Liquibase Pro. This was found in a project that uses Liquibase on H2 and Oracle databases. If liquibase-oracle and liquibase-commercial are in the classpath together, the execution on a H2 database fails.

I have also created issue https://github.com/liquibase/liquibase-parent-pom/issues/168 on liquibase-parent-pom.

meisenla commented 2 weeks ago

This was fixed in liquibase/liquibase-parent-pom#169. With #190 the fixed parent-pom is used.