Skip to content

Commit

Permalink
fix: liquibase-commercial should not be added to the uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert authored and fbiville committed Apr 2, 2024
1 parent f9fb6d3 commit 6df6700
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-commercial</artifactId>
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
Expand Down

0 comments on commit 6df6700

Please sign in to comment.