We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207e215 commit 9c3d692Copy full SHA for 9c3d692
generators/liquibase/generator.ts
@@ -469,9 +469,6 @@ export default class LiquibaseGenerator<
469
}
470
471
if (relationalApplication.databaseTypeNeo4j) {
472
- if (relationalApplication.backendTypeSpringBoot) {
473
- source.addMavenDependency?.([{ groupId: 'org.springframework', artifactId: 'spring-jdbc' }]);
474
- }
475
source.addMavenDependency?.([
476
{
477
groupId: 'org.liquibase.ext',
0 commit comments