Skip to content

Commit 9c3d692

Browse files
committed
neo4j: don't add spring-jdbc for neo4j
1 parent 207e215 commit 9c3d692

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generators/liquibase/generator.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,6 @@ export default class LiquibaseGenerator<
469469
}
470470

471471
if (relationalApplication.databaseTypeNeo4j) {
472-
if (relationalApplication.backendTypeSpringBoot) {
473-
source.addMavenDependency?.([{ groupId: 'org.springframework', artifactId: 'spring-jdbc' }]);
474-
}
475472
source.addMavenDependency?.([
476473
{
477474
groupId: 'org.liquibase.ext',

0 commit comments

Comments
 (0)