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

PIN-3519 Alignment to Selfcare API v.2 #240

Merged
merged 26 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 0 additions & 12 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ object Dependencies {
lazy val catalogManagementModels =
namespace %% "interop-be-catalog-management-models" % catalogManagementVersion

lazy val partyManagementClient =
namespace %% "interop-selfcare-party-management-client" % partyManagementVersion

lazy val partyProcessClient =
namespace %% "interop-selfcare-party-process-client" % partyProcessVersion

lazy val tenantManagementModels =
namespace %% "interop-be-tenant-management-models" % tenantManagementVersion

Expand All @@ -65,9 +59,6 @@ object Dependencies {
lazy val purposeProcessClient =
namespace %% "interop-be-purpose-process-client" % purposeProcessVersion

lazy val userRegistryClient =
namespace %% "interop-selfcare-user-registry-client" % userRegistryVersion

lazy val attributeRegistryProcessClient =
namespace %% "interop-be-attribute-registry-process-client" % attributeRegistryProcessVersion

Expand Down Expand Up @@ -155,12 +146,9 @@ object Dependencies {
pagopa.agreementProcessLifecycle % Compile,
pagopa.catalogProcessClient % Compile,
pagopa.catalogManagementModels % Compile,
pagopa.partyProcessClient % Compile,
pagopa.partyManagementClient % Compile,
pagopa.tenantManagementModels % Compile,
pagopa.tenantProcessClient % Compile,
pagopa.purposeProcessClient % Compile,
pagopa.userRegistryClient % Compile,
pagopa.attributeRegistryProcessClient % Compile,
pagopa.selfcareV2Client % Compile,
pagopa.signer % Compile,
Expand Down
3 changes: 0 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ object PagopaVersions {
lazy val agreementProcessVersion = "1.0.x-SNAPSHOT"
lazy val catalogProcessVersion = "1.0.x-SNAPSHOT"
lazy val catalogManagementVersion = "1.0.x-SNAPSHOT"
lazy val partyProcessVersion = "1.0.x-SNAPSHOT"
lazy val partyManagementVersion = "1.0.x-SNAPSHOT"
lazy val tenantManagementVersion = "1.0.x-SNAPSHOT"
lazy val tenantProcessVersion = "1.0.x-SNAPSHOT"
lazy val purposeProcessVersion = "1.0.x-SNAPSHOT"
lazy val userRegistryVersion = "1.0.x-SNAPSHOT"
lazy val attributeRegistryProcessVersion = "1.0.x-SNAPSHOT"
lazy val authorizationManagementVersion = "1.0.x-SNAPSHOT"
lazy val authorizationServerVersion = "1.0.x-SNAPSHOT"
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ backend-for-frontend {
callback-error-url = ${SAML_CALLBACK_ERROR_URL}
}

selfcare-product-id = ${SELFCARE_PRODUCT_ID}

api-keys {
party-process = ${PARTY_PROCESS_API_KEY}
user-registry = ${USER_REGISTRY_API_KEY}
Expand Down
Loading
Loading