Skip to content

Commit

Permalink
fix pro commands in maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro committed Jul 22, 2022
1 parent a2dde51 commit 6f49128
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions liquibase-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>liquibase-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-commercial</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit 6f49128

Please sign in to comment.