Skip to content

Commit

Permalink
chore(pom.xml): update liquibase-parent-pom version from 0.4.0-SNAPSH…
Browse files Browse the repository at this point in the history
…OT to 0.3.2-SNAPSHOT for consistency with other dependencies (#108)

feat(pom.xml): add slf4j-api and slf4j-simple dependencies to enable logging in the project
  • Loading branch information
jandroav authored Nov 14, 2023
1 parent 9fd035a commit 54b553e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions 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.2-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 @@ -225,7 +225,7 @@
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -280,6 +280,16 @@
<version>${liquibase-test-harness.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 54b553e

Please sign in to comment.