From 54b553e894b03cde04118a7ceca884083c3fa2b1 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Tue, 14 Nov 2023 11:26:29 +0100 Subject: [PATCH] chore(pom.xml): update liquibase-parent-pom version from 0.4.0-SNAPSHOT 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 --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 804f39d..b6cb87c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase liquibase-parent-pom Liquibase Parent POM - 0.4.0-SNAPSHOT + 0.3.2-SNAPSHOT Liquibase Parent POM for all Extensions https://github.com/liquibase/liquibase-parent-pom pom @@ -225,7 +225,7 @@ postgresql ${postgresql.version} test - + @@ -280,6 +280,16 @@ ${liquibase-test-harness.version} test + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} +