From 5f06e359a3482486c6e2602adca1acac6200f079 Mon Sep 17 00:00:00 2001 From: Steven Massaro Date: Wed, 30 Oct 2024 08:52:10 -0600 Subject: [PATCH] add liquibase-disable-analytics extension as test dependency (DAT-18904) (#198) --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 13745c0..50955c5 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 + 1.0.0 + test +