Skip to content

Commit

Permalink
adding back scope provided to liquibase-commercial (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav committed Apr 16, 2024
1 parent e7a8867 commit 26666ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.9-SNAPSHOT</version>
<description>Liquibase Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -239,6 +239,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-commercial</artifactId>
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down

0 comments on commit 26666ac

Please sign in to comment.