Skip to content

Commit

Permalink
build(deps): remove unnecessary bouncycastle dependencies (#79)
Browse files Browse the repository at this point in the history
* build(deps): removed unnecessary bouncycastle dependencies

* Make verify run for every push, not only on main and pull_request
  • Loading branch information
ndr-brt authored Dec 29, 2022
1 parent 87abaf2 commit 2107838
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Test Code (Style, Tests)
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion client-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
implementation(libs.jackson.databind)
implementation(libs.okhttp)
implementation(libs.nimbus.jwt)
implementation(libs.bouncyCastle.bcpkix)
}
repositories {
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion system-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ dependencies {
testImplementation(libs.jackson.databind)
testImplementation(libs.okhttp)
testImplementation(libs.nimbus.jwt)
testImplementation(libs.bouncyCastle.bcpkix)
}

0 comments on commit 2107838

Please sign in to comment.