From 012d36d59edb17166a0334eb22d83ca90bd62e13 Mon Sep 17 00:00:00 2001 From: Steven Massaro Date: Wed, 30 Oct 2024 09:30:57 -0500 Subject: [PATCH 1/2] add liquibase-disable-analytics extension as test dependency --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29b3e25..be7d4db 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase liquibase-parent-pom Liquibase Parent POM - 4.29.2-SNAPSHOT + 0.5.0-SNAPSHOT Liquibase Parent POM for all Extensions https://github.com/liquibase/liquibase-parent-pom pom @@ -280,7 +280,13 @@ liquibase-test-harness ${liquibase-test-harness.version} test - + + + org.liquibase.ext + liquibase-disable-analytics + 0.0.1 + test + From 1ef1a8cdb2833dc5975b97390d64daba598ca2e5 Mon Sep 17 00:00:00 2001 From: Steven Massaro Date: Wed, 30 Oct 2024 09:35:43 -0500 Subject: [PATCH 2/2] use version that is in central --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be7d4db..37de37b 100644 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,7 @@ org.liquibase.ext liquibase-disable-analytics - 0.0.1 + 1.0.0 test