Skip to content

Commit

Permalink
DAT-17767 - Dependencies cleanup (#327)
Browse files Browse the repository at this point in the history
* chore: Updating Bigquery libraries versions

* chore: Updating Bigquery dependencies and setting correct version number.

* chore: do not rely on "System" scope anymore
  • Loading branch information
filipelautert authored Jun 11, 2024
1 parent a95a477 commit ec01b5c
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 2,610 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ jobs:
attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@DAT-17770
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
1 change: 0 additions & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
os: '["ubuntu-latest"]'
java: "[11, 17, 21]"
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
secrets: inherit
with:
languages: '["java"]'
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ jobs:
create-release:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
2 changes: 0 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ jobs:
release:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
os: '["ubuntu-latest"]'
java: "[11, 17, 18]"
java: "[11, 17, 21]"
295 changes: 0 additions & 295 deletions lib/EULA.txt

This file was deleted.

Binary file removed lib/GoogleBigQueryJDBC42.jar
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ec01b5c

Please sign in to comment.