Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove FsVault #4202

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
- [Local](common/transaction/transaction-local/)
- Vault
- [Azure](common/vault/vault-azure/)
- [Filesystem](common/vault/vault-filesystem/)
- [HashiCorp](common/vault/vault-hashicorp/)
- Control Plane
- [Management API](control-plane/api/management-api/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
api(project(":spi:common:oauth2-spi"))

testImplementation(project(":core:common:connector-core"))
testImplementation(project(":extensions:common:vault:vault-filesystem"))
testImplementation(project(":extensions:common:iam:oauth2:oauth2-core"))
testImplementation(project(":core:common:junit"))
testImplementation(libs.testcontainers.junit)
Expand Down
31 changes: 0 additions & 31 deletions extensions/common/vault/vault-filesystem/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading