Skip to content

Commit

Permalink
chore: as we are not able to upgrade parent pom, add disable-analytic…
Browse files Browse the repository at this point in the history
…s extension directly to bigquery pom (#359)
  • Loading branch information
filipelautert authored Nov 5, 2024
1 parent c00a31c commit e9b113a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<version>${jsonassert.version}</version>
<scope>test</scope>
</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 e9b113a

Please sign in to comment.