Skip to content

Commit

Permalink
add liquibase-disable-analytics extension as test dependency (DAT-189…
Browse files Browse the repository at this point in the history
…04) (#198)
  • Loading branch information
StevenMassaro authored Oct 30, 2024
1 parent fa185b7 commit 5f06e35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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>4.29.2-SNAPSHOT</version>
<version>0.5.0-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 @@ -280,7 +280,13 @@
<artifactId>liquibase-test-harness</artifactId>
<version>${liquibase-test-harness.version}</version>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-disable-analytics</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5f06e35

Please sign in to comment.