From 9db1c0aab80e97d73ce586d62aa56dd0e1f37916 Mon Sep 17 00:00:00 2001 From: KushnirykOleh Date: Wed, 10 Apr 2024 16:23:03 +0300 Subject: [PATCH] reverted unneeded changes --- .github/workflows/test-harness.yml | 2 +- .gitignore | 2 +- pom.xml | 16 +--------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index a301374b..c00042cc 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -78,7 +78,7 @@ jobs: needs: [setup] strategy: matrix: - liquibase-support-level: [Foundational ] # Define the different test levels to run + liquibase-support-level: [Foundational, Contributed ] # Define the different test levels to run fail-fast: false # Set fail-fast to false to run all test levels even if some of them fail env: github-token: ${{ secrets.LIQUIBOT_PAT_GPM_ACCESS }} diff --git a/.gitignore b/.gitignore index 4507fcbb..6f1d74d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -/liquibase-biqquery.iml /.idea/ /target/ +/build derby.log liquibase-bigquery.iml src/test/java/BigqueryIT.java diff --git a/pom.xml b/pom.xml index 5150e40d..940d09d9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,7 @@ 4.27.0 1.3-groovy-2.4 1.8.0 - 2.4.17 - 1.10.0 + 2.4.21 src/test/groovy @@ -80,12 +79,6 @@ google-http-client 1.43.3 - - org.spockframework - spock-core - ${spock-core.version} - test - com.google.api-client google-api-client-jackson2 @@ -110,13 +103,6 @@ maven-surefire-plugin ${maven-surefire-plugin.version} - - - org.apache.maven.surefire - surefire-junit4 - 3.2.3 - - true plain