Skip to content

Commit

Permalink
put liquibase-core back
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Sep 2, 2024
1 parent ff10101 commit 7739645
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-jdbc</artifactId>
Expand Down

0 comments on commit 7739645

Please sign in to comment.