From a6ffc51ec6057ff20331c425ae8234aff4ce88d3 Mon Sep 17 00:00:00 2001 From: Parker Mossman Date: Wed, 10 May 2023 11:22:13 -0700 Subject: [PATCH] Migrate Cloud-Server to Micronaut (All changes together) (#6126) --- airbyte-api/src/main/openapi/cloud-config.yaml | 2 +- deps.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/airbyte-api/src/main/openapi/cloud-config.yaml b/airbyte-api/src/main/openapi/cloud-config.yaml index fd6371feffd..44bd05a81cb 100644 --- a/airbyte-api/src/main/openapi/cloud-config.yaml +++ b/airbyte-api/src/main/openapi/cloud-config.yaml @@ -354,7 +354,7 @@ paths: post: tags: - permission - summary: Creates a permission ressource + summary: Creates a permission resource operationId: createPermission requestBody: content: diff --git a/deps.toml b/deps.toml index bc910265202..0a54fac1a07 100644 --- a/deps.toml +++ b/deps.toml @@ -123,6 +123,7 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } slugify = { module = "com.github.slugify:slugify", version = "2.4" } spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version = "4.7.3" } spring-core = { module = "org.springframework:spring-core", version = "6.0.8" } +stripe = { module = "com.stripe:stripe-java", version = "20.102.0" } swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref = "swagger" } temporal-sdk = { module = "io.temporal:temporal-sdk", version.ref = "temporal" } temporal-serviceclient = { module = "io.temporal:temporal-serviceclient", version.ref = "temporal" }