Skip to content

Commit

Permalink
Merge branch 'main' into DAT-17989
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloTytarchuk authored Aug 20, 2024
2 parents 0e2b3f8 + 83c95ec commit 2887167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-commercial</artifactId>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public boolean supports(String url) {

@Override
public int getPriority() {
return PRIORITY_DATABASE;
return PRIORITY_DATABASE + 101;
}

@Override
Expand Down

0 comments on commit 2887167

Please sign in to comment.