Skip to content

Commit

Permalink
[SELC-5610] feat: Updated dependencies for new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara authored Nov 26, 2024
1 parent 32c00c9 commit 5b73766
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 23 deletions.
10 changes: 5 additions & 5 deletions app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@
"style" : "form",
"schema" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
}
} ],
"responses" : {
Expand Down Expand Up @@ -3484,7 +3484,7 @@
"institutionType" : {
"type" : "string",
"description" : "Institution's type",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
},
"productId" : {
"type" : "string",
Expand Down Expand Up @@ -3516,7 +3516,7 @@
"institutionType" : {
"type" : "string",
"description" : "Institution's type",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
},
"productId" : {
"type" : "string",
Expand Down Expand Up @@ -4008,7 +4008,7 @@
"institutionType" : {
"type" : "string",
"description" : "Institution's type",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
},
"isAggregator" : {
"type" : "boolean",
Expand Down Expand Up @@ -4108,7 +4108,7 @@
"institutionType" : {
"type" : "string",
"description" : "Institution's type",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
},
"origin" : {
"type" : "string",
Expand Down
10 changes: 8 additions & 2 deletions connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@
<groupId>it.pagopa.selfcare</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<modelVersion>4.0.0</modelVersion>
<artifactId>selc-onboarding-connector-api</artifactId>

<properties>
<commons-sdk-version>0.5.0</commons-sdk-version>
</properties>

<dependencies>
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-product</artifactId>
<version>0.4.1</version>
<version>${commons-sdk-version}</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>selfcare-onboarding</id>
Expand Down
24 changes: 12 additions & 12 deletions connector/rest/docs/openapi/api-selfcare-core-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@
"style" : "simple",
"schema" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
}
} ],
"responses" : {
Expand Down Expand Up @@ -4480,7 +4480,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"origin" : {
"type" : "string"
Expand Down Expand Up @@ -4781,7 +4781,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"productId" : {
"type" : "string"
Expand Down Expand Up @@ -4875,7 +4875,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"origin" : {
"type" : "string",
Expand Down Expand Up @@ -4913,7 +4913,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"subunitCode" : {
"type" : "string"
Expand Down Expand Up @@ -5073,7 +5073,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"onboardings" : {
"type" : "object",
Expand Down Expand Up @@ -5242,7 +5242,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"onboarding" : {
"type" : "array",
Expand Down Expand Up @@ -5344,7 +5344,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"onboarding" : {
"type" : "array",
Expand Down Expand Up @@ -5421,7 +5421,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"istatCode" : {
"type" : "string"
Expand Down Expand Up @@ -5509,7 +5509,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"ivassCode" : {
"type" : "string"
Expand Down Expand Up @@ -5579,7 +5579,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"paymentServiceProvider" : {
"$ref" : "#/components/schemas/PaymentServiceProviderResponse"
Expand Down Expand Up @@ -5687,7 +5687,7 @@
},
"institutionType" : {
"type" : "string",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "GPU" ]
},
"origin" : {
"type" : "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@
}
},
"InstitutionType" : {
"enum" : [ "PA", "PG", "GSP", "SA", "PT", "SCP", "PSP", "AS", "REC", "CON", "PRV" ],
"enum" : [ "PA", "PG", "GSP", "SA", "PT", "SCP", "PSP", "AS", "REC", "CON", "PRV", "GPU" ],
"type" : "string"
},
"LocalDateTime" : {
Expand Down
8 changes: 6 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
<groupId>it.pagopa.selfcare</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<modelVersion>4.0.0</modelVersion>
<artifactId>selc-onboarding-core</artifactId>

<properties>
<commons-sdk-version>0.5.0</commons-sdk-version>
</properties>

<dependencies>
<dependency>
<groupId>it.pagopa.selfcare</groupId>
Expand All @@ -19,7 +23,7 @@
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-common</artifactId>
<version>0.2.2</version>
<version>${commons-sdk-version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 5 additions & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>selc-onboarding-web</artifactId>

<properties>
<commons-sdk-version>0.5.0</commons-sdk-version>
</properties>

<dependencies>
<dependency>
<groupId>it.pagopa.selfcare</groupId>
Expand All @@ -33,7 +37,7 @@
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-common</artifactId>
<version>0.2.2</version>
<version>${commons-sdk-version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 5b73766

Please sign in to comment.